Public 成员函数 | |
| void | setAbContentView (View contentView) |
| void | setAbContentView (int resId) |
| AbTitleBar | getTitleBar () |
| AbBottomBar | getBottomBar () |
| void | finish () |
| void | setTitleBarOverlay (boolean overlay) |
| void | setContentView (int layoutResID) |
| void | setContentView (View view, android.view.ViewGroup.LayoutParams params) |
| void | setContentView (View view) |
Public 属性 | |
| LayoutInflater | mInflater |
| Application | abApplication = null |
| RelativeLayout | ab_base = null |
Protected 成员函数 | |
| void | onCreate (Bundle savedInstanceState) |
Protected 属性 | |
| RelativeLayout | contentLayout = null |
Private 成员函数 | |
| void | initIocView () |
| void | setViewSelectListener (Field field, String select, String noSelect) throws Exception |
| void | setListener (Field field, String methodName, int method) throws Exception |
Private 属性 | |
| AbTitleBar | mAbTitleBar = null |
| AbBottomBar | mAbBottomBar = null |
© 2012 amsoft.cn 名称:AbActivity.java 描述:继承这个Activity使你的Activity拥有一个程序框架.
|
inline |
描述:Activity结束.
|
inline |
获取副标题栏布局.
|
inline |
获取主标题栏布局.
|
inlineprivate |
初始化为IOC控制的View.
|
inlineprotected |
描述:创建.
| savedInstanceState | the saved instance state |
|
inline |
描述:用指定的View填充主界面.
| contentView | 指定的View |
|
inline |
描述:用指定资源ID表示的View填充主界面.
| resId | 指定的View的资源ID |
|
inline |
描述:设置界面显示(忽略标题栏).
| layoutResID | the new content view |
|
inline |
描述:设置界面显示(忽略标题栏).
| view | the view |
| params | the params |
|
inline |
描述:设置界面显示(忽略标题栏).
| view | the new content view |
|
inlineprivate |
设置view的监听器.
| field | the field |
| methodName | the method name |
| method | the method |
| Exception | the exception |
|
inline |
描述:设置绝对定位的主标题栏覆盖到内容的上边.
| overlay | the new title bar overlay |
|
inlineprivate |
设置view的监听器.
| field | the field |
| select | the select |
| noSelect | the no select |
| Exception | the exception |
| RelativeLayout com.ab.activity.AbActivity.ab_base = null |
总布局.
| Application com.ab.activity.AbActivity.abApplication = null |
全局的Application对象,已经完成初始化.
|
protected |
主内容布局.
|
private |
副标题栏布局.
|
private |
标题栏布局.
| LayoutInflater com.ab.activity.AbActivity.mInflater |
全局的LayoutInflater对象,已经完成初始化.
1.8.8