public class NewDeviceFragment extends BaseFragment implements android.widget.AdapterView.OnItemClickListener, DeviceAdapter.OnItemClickLitener
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PAGE_SIZE |
static int |
RESULT_OK |
static java.lang.String |
TAG_SPINNER |
EXTRA_BUNDLE| 构造器和说明 |
|---|
NewDeviceFragment() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDevice(android.view.View view) |
void |
dismissAddDeviceWindow(android.view.View view) |
static NewDeviceFragment |
newInstance() |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle bundle) |
void |
onItemClick(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id) |
void |
onItemClick(android.view.View view,
int position) |
void |
onLoadListResult(ListResultEvent event) |
dismissProgressDialog, getAppComponent, onDispatchEvent, onHiddenChanged, onPause, onResume, showAlertDialog, showProgressDialogpublic static final int RESULT_OK
public static final java.lang.String TAG_SPINNER
public static final int PAGE_SIZE
public static NewDeviceFragment newInstance()
public void onCreate(android.os.Bundle savedInstanceState)
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle bundle)
onCreateView 在类中 BaseFragmentpublic void onLoadListResult(ListResultEvent event)
public void dismissAddDeviceWindow(android.view.View view)
view - public void addDevice(android.view.View view)
view - public void onItemClick(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id)
onItemClick 在接口中 android.widget.AdapterView.OnItemClickListenerpublic void onItemClick(android.view.View view,
int position)
onItemClick 在接口中 DeviceAdapter.OnItemClickLitener