Public 成员函数 | |
| void | onCreate (Bundle savedInstanceState) |
| View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| View | getContentView () |
| int | getTextSize () |
| void | setTextSize (int textSize) |
| int | getTextColor () |
| void | setTextColor (int textColor) |
| void | setMessage (String message) |
| int | getIndeterminateDrawable () |
| void | setIndeterminateDrawable (int indeterminateDrawable) |
| int | getBackgroundColor () |
| void | setBackgroundColor (int backgroundColor) |
Public 成员函数 继承自 com.ab.fragment.AbDialogFragment | |
| AbDialogFragment () | |
| void | onCancel (DialogInterface dialog) |
| void | onDismiss (DialogInterface dialog) |
| DialogInterface.OnCancelListener | getOnCancelListener () |
| void | setOnCancelListener (DialogInterface.OnCancelListener onCancelListener) |
| DialogInterface.OnDismissListener | getOnDismissListener () |
| void | setOnDismissListener (DialogInterface.OnDismissListener onDismissListener) |
| void | load (View v) |
| void | loadFinish () |
| void | loadStop () |
| AbDialogOnLoadListener | getAbDialogOnLoadListener () |
| void | setAbDialogOnLoadListener (AbDialogOnLoadListener abDialogOnLoadListener) |
| String | getMessage () |
| void | setMessage (String mMessage) |
静态 Public 成员函数 | |
| static AbLoadDialogFragment | newInstance (int style, int theme) |
Private 属性 | |
| int | mTheme |
| int | mStyle |
| int | mIndeterminateDrawable |
| int | mTextSize = 15 |
| int | mTextColor = Color.WHITE |
| View | mContentView |
| TextView | mTextView = null |
| ImageView | mImageView = null |
| int | mBackgroundColor = Color.parseColor("#88838B8B") |
额外继承的成员函数 | |
Public 属性 继承自 com.ab.fragment.AbDialogFragment | |
| String | mMessage |
© 2012 amsoft.cn 名称:AbLoadDialogFragment.java 描述:弹出加载框
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Create a new instance of AbDialogFragment, providing "style" as an argument.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8