| | |
| | |
|
| | | public class DeviceFragment extends LeftRightBaseFragment {
|
| | |
|
| | | private static DeviceFragment instance = new DeviceFragment();
|
| | | public static DeviceFragment getInstance() {
|
| | | return instance;
|
| | | }
|
| | |
|
| | | @ViewInject(R.id.fragment_device_left_wifi_check_box)
|
| | | private RadioButton fragment_device_left_wifi_check_box;
|
| | | @ViewInject(R.id.fragment_device_left_search)
|
| | |
| | | private RadioButton fragment_device_left_camera1_check_box;
|
| | | @ViewInject(R.id.fragment_device_left_camera2_check_box)
|
| | | private RadioButton fragment_device_left_camera2_check_box;
|
| | |
|
| | | private static DeviceFragment instance = new DeviceFragment();
|
| | | public static DeviceFragment getInstance() {
|
| | | return instance;
|
| | | }
|
| | |
|
| | | @OnClick(R.id.fragment_device_left_wifi_relative_layout)
|
| | | public void fragment_device_left_wifi_relative_layout_click(View view) { fragment_device_left_wifi_check_box_click(view); }
|
| | | @OnClick(R.id.fragment_device_left_lan_relative_layout)
|
| | |
| | | public void fragment_device_left_camera1_relative_layout_click(View view) { fragment_device_left_camera1_check_box_click(view); }
|
| | | @OnClick(R.id.fragment_device_left_camera2_relative_layout)
|
| | | public void fragment_device_left_camera2_relative_layout_click(View view) { fragment_device_left_camera2_check_box_click(view); }
|
| | | @ViewInject(R.id.fragment_left_right_frame_layout_right)
|
| | | private FrameLayout fragment_left_right_frame_layout_right;
|
| | |
|
| | | private View wifiView;
|
| | | private View lanView;
|
| | | private View schoolView;
|
| | | private View camera1View;
|
| | | private View camera2View;
|
| | |
|
| | | @ViewInject(R.id.fragment_left_right_frame_layout_right)
|
| | | private FrameLayout fragment_left_right_frame_layout_right;
|
| | |
|
| | | public void clearAll() {
|
| | | fragment_device_left_wifi_check_box.setChecked(false);
|