public abstract class BaseStatusFragment extends BaseFragment implements OnShowHideViewListener, OnRetryListener
| 限定符和类型 | 字段和说明 |
|---|---|
protected StatusLayoutManager |
mFragmentStatusLayoutManager |
protected StatusLayouts |
mFragmentStatusLayouts |
mContext| 构造器和说明 |
|---|
BaseStatusFragment() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract int |
getFragmentLayoutResId() |
protected abstract StatusLayouts |
initFragmentStatusContentViews()
设置各个状态页面布局
|
protected boolean |
isSetStatus()
是否设置各个状态页面(继承BaseStatusFragment即可,不用再手动设置)
|
void |
setContentView(int layoutResID)
已过时。
|
void |
setContentView(android.view.View view)
已过时。
|
protected void |
setStatusContentViews()
是否设置各个状态页面(继承BaseStatusFragment即可)
|
findViewById, getContentView, getContext, initDatas, onCreate, onCreateView, onCreateView, onDestroyView, onDetach, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonHideView, onShowViewonRetryprotected StatusLayouts mFragmentStatusLayouts
protected StatusLayoutManager mFragmentStatusLayoutManager
@Deprecated public void setContentView(android.view.View view)
setContentView 在类中 BaseFragment@Deprecated public void setContentView(int layoutResID)
setContentView 在类中 BaseFragmentprotected boolean isSetStatus()
BaseFragmentisSetStatus 在类中 BaseFragmentprotected void setStatusContentViews()
BaseFragmentsetStatusContentViews 在类中 BaseFragmentprotected abstract int getFragmentLayoutResId()
protected abstract StatusLayouts initFragmentStatusContentViews()