久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

所有 EditTexts 上的 EditText setOnFocusChangeListener

EditText setOnFocusChangeListener on all EditTexts(所有 EditTexts 上的 EditText setOnFocusChangeListener)
本文介紹了所有 EditTexts 上的 EditText setOnFocusChangeListener的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

限時送ChatGPT賬號..

我有幾個 EditText 字段,我想用 setOnFocusChangeListener 將它們保存到 SQLiteDatabase.我是否必須為每個單獨設置一個 onFocusChangeListener,或者是否有某種包羅萬象的方法?(getActivity().findViewByID 因為這是一個片段)

I have several EditText fields which I want to save to the SQLiteDatabase with setOnFocusChangeListener. Do I have to set an onFocusChangeListener on each one individually, or is there a catch-all of some sort? (getActivity().findViewByID because this is a fragment)

final TextView txtName = (TextView)getActivity().findViewById(R.id.clientHeader);
final TextView txtCompany = (TextView)getActivity().findViewById(R.id.txtContactCompany);       
final TextView txtPosition = (TextView)getActivity().findViewById(R.id.txtContactPosition);     


txtName.setOnFocusChangeListener(new OnFocusChangeListener() {          
    public void onFocusChange(View v, boolean hasFocus) {
        if(!hasFocus) {
            saveThisItem(txtClientID.getText().toString(), "name", txtName.getText().toString());
        }
    }
});


txtCompany.setOnFocusChangeListener(new OnFocusChangeListener() {          
    public void onFocusChange(View v, boolean hasFocus) {
        if(!hasFocus) {
            saveThisItem(txtClientID.getText().toString(), "company", txtCompany.getText().toString());
        }
    }
});

txtPosition.setOnFocusChangeListener(new OnFocusChangeListener() {          
    public void onFocusChange(View v, boolean hasFocus) {
        if(!hasFocus) {
            saveThisItem(txtClientID.getText().toString(), "position", txtPosition.getText().toString());
        }
    }
});

就像...有沒有辦法讓 ArrayList <EditText > 的 EditText 視圖,將指針(抱歉,不確定如何)分配給現有的 editTexts 并將 onFocusChangeListener 設置為整個數組列表?或者,甚至,遍歷 ArrayList 并將 onFocusChangeListener 設置為每個成員?

Like... is there some way to have a ArrayList < EditText > of EditText Views, assign a pointer (sorry, not sure how) to the existing editTexts and set the onFocusChangeListener to the whole arraylist? Or, even, iterate through the ArrayList and set the onFocusChangeListener to each member?

或者一種檢測任何 onFocusChangeListener 事件的方法,并將所有數據保存到數據庫中,而不管事件發生在什么 EditText 上?

Or a way to detect ANY onFocusChangeListener events, and just save all data to the database, regardless of what EditText the even occurred on?

推薦答案

好吧,你可以讓你的活動實現 OnFocusChangeListener.這樣,您的所有更改都將在該方法上進行,但您必須通過使用 v.getId() 獲取視圖 ID 來檢查哪個視圖更改了焦點并進行相應處理.

Well, you could have your activity implement OnFocusChangeListener. That way, all your changes will be on that one metho,d but you will have to check which view changed focus by getting the view id with v.getId() and handle accordingly.

@Override
public void onFocusChange(View v, boolean hasFocus) {
    switch(v.getId()){
    case r.id.editText1:
    break;

    ...etc
    }
}

這篇關于所有 EditTexts 上的 EditText setOnFocusChangeListener的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Cut, copy, paste in android(在android中剪切、復制、粘貼)
android EditText blends into background(android EditText 融入背景)
Change Line Color of EditText - Android(更改 EditText 的線條顏色 - Android)
EditText showing numbers with 2 decimals at all times(EditText 始終顯示帶 2 位小數的數字)
Changing where cursor starts in an expanded EditText(更改光標在展開的 EditText 中的開始位置)
EditText, adjustPan, ScrollView issue in android(android中的EditText,adjustPan,ScrollView問題)
主站蜘蛛池模板: 特黄特色大片免费视频观看 | 一区二区三区久久 | 热久久999 | 日韩视频一区 | 一区二区三区四区国产精品 | 欧美成年人视频在线观看 | 国产日韩91 | 91极品欧美视频 | 欧美日韩在线播放 | 福利影院在线看 | 91av视频| 色天堂视频 | 日皮视频免费 | 成人免费一区二区 | 91国内视频在线 | 国产精品毛片无码 | 亚洲精品一区二区三区四区高清 | 日韩精品在线一区二区 | 亚洲精品www | 日韩在线小视频 | 国产欧美一区二区三区日本久久久 | 国产一区二区黑人欧美xxxx | 国产精品国产a | 99热首页 | 国产一区久久久 | 免费观看色 | 国产区精品在线观看 | 日本免费一区二区三区 | 最新黄色毛片 | 国产精品日日摸夜夜添夜夜av | 成人福利在线观看 | 九九综合九九 | 自拍偷拍亚洲视频 | 黄网站涩免费蜜桃网站 | 国产成人精品综合 | 亚洲在线视频 | 日韩国产欧美在线观看 | 精品欧美一区二区久久久伦 | 在线一区 | 日韩一区二区三区在线观看 | 一区二区三区中文字幕 |