| | |
| | | @ViewInject(R.id.fragment_phone_call_left_search)
|
| | | private EditText fragment_phone_call_left_search;
|
| | |
|
| | | private int pageNum = 1;
|
| | |
|
| | | public int[] getLeftRightLayoutIds() {
|
| | | return new int[]{R.layout.fragment_phone_call_left, R.layout.fragment_phone_call_right};
|
| | | }
|
| | |
| | | public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
|
| | | public void afterTextChanged(Editable editable) { loadLeftList(); }
|
| | | });
|
| | |
|
| | | setupUI(getView());
|
| | | }
|
| | |
|
| | | @Override
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | public void loadLeftList() {
|
| | | public void append() {
|
| | | PhoneCallMng.getInstance().findPhoneCallLeftList(!fragment_phone_call_left_sort_by_name_radio_button.isChecked(),
|
| | | fragment_phone_call_left_search.getText().toString());
|
| | | fragment_phone_call_left_search.getText().toString(), pageNum, true);
|
| | | }
|
| | |
|
| | | public void addPageNum() {
|
| | | pageNum++;
|
| | | }
|
| | |
|
| | | public void loadLeftList() {
|
| | | pageNum = 1;
|
| | | PhoneCallMng.getInstance().findPhoneCallLeftList(!fragment_phone_call_left_sort_by_name_radio_button.isChecked(),
|
| | | fragment_phone_call_left_search.getText().toString(), pageNum, false);
|
| | | }
|
| | |
|
| | | @OnClick(R.id.fragment_phone_call_left_back)
|
| | |
| | | return fragment_phone_call_left_list_view;
|
| | | }
|
| | |
|
| | | public PhoneCallRightIntervieweeCell get_fragment_phone_call_right_interviewe_cell() {
|
| | | public PhoneCallRightIntervieweeCell get_fragment_phone_call_right_interviewee_cell() {
|
| | | return fragment_phone_call_right_interviewee_cell;
|
| | | }
|
| | |
|