Public 成员函数 | |
| void | onCreate (Bundle savedInstanceState) |
| void | onCancel (DialogInterface dialog) |
| void | onDismiss (DialogInterface dialog) |
| View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| void | onActivityCreated (Bundle savedInstanceState) |
| View | getContentView () |
| void | setContentView (View mContentView) |
| DialogInterface.OnCancelListener | getOnCancelListener () |
| void | setOnCancelListener (DialogInterface.OnCancelListener onCancelListener) |
| DialogInterface.OnDismissListener | getOnDismissListener () |
| void | setOnDismissListener (DialogInterface.OnDismissListener onDismissListener) |
| Animator | onCreateAnimator (int transit, boolean enter, int nextAnim) |
静态 Public 成员函数 | |
| static AbSampleDialogFragment | newInstance (int style, int theme) |
| static AbSampleDialogFragment | newInstance (int style, int theme, int gravity) |
Private 属性 | |
| int | mTheme |
| int | mStyle |
| View | mContentView |
| DialogInterface.OnCancelListener | mOnCancelListener = null |
| DialogInterface.OnDismissListener | mOnDismissListener = null |
| int | mGravity |
© 2012 amsoft.cn 名称:AbDialogFragment.java 描述:弹出框
|
inline |
Gets the content view.
|
inline |
Gets the on cancel listener.
|
inline |
Gets the on dismiss listener.
|
inlinestatic |
New instance.
| style | the style |
| theme | the theme |
|
inlinestatic |
New instance.
| style | the style |
| theme | the theme |
| gravity | the gravity |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets the content view.
| mContentView | the new content view |
|
inline |
Sets the on cancel listener.
| onCancelListener | the new on cancel listener |
|
inline |
Sets the on dismiss listener.
| onDismissListener | the new on dismiss listener |
|
private |
The m content view.
|
private |
The m gravity.
|
private |
The m on cancel listener.
|
private |
The m on dismiss listener.
|
private |
The m style.
|
private |
The m theme.
1.8.8