AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
com.ab.fragment.AbSampleDialogFragment类 参考
类 com.ab.fragment.AbSampleDialogFragment 继承关系图:

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 描述:弹出框

作者
还如一梦中
版本
v1.0
日期
:2014-07-29 上午9:00:52

成员函数说明

View com.ab.fragment.AbSampleDialogFragment.getContentView ( )
inline

Gets the content view.

返回
the content view
DialogInterface.OnCancelListener com.ab.fragment.AbSampleDialogFragment.getOnCancelListener ( )
inline

Gets the on cancel listener.

返回
the on cancel listener
DialogInterface.OnDismissListener com.ab.fragment.AbSampleDialogFragment.getOnDismissListener ( )
inline

Gets the on dismiss listener.

返回
the on dismiss listener
static AbSampleDialogFragment com.ab.fragment.AbSampleDialogFragment.newInstance ( int  style,
int  theme 
)
inlinestatic

New instance.

参数
stylethe style
themethe theme
返回
the ab sample dialog fragment
static AbSampleDialogFragment com.ab.fragment.AbSampleDialogFragment.newInstance ( int  style,
int  theme,
int  gravity 
)
inlinestatic

New instance.

参数
stylethe style
themethe theme
gravitythe gravity
返回
the ab sample dialog fragment
void com.ab.fragment.AbSampleDialogFragment.onActivityCreated ( Bundle  savedInstanceState)
inline
void com.ab.fragment.AbSampleDialogFragment.onCancel ( DialogInterface  dialog)
inline
void com.ab.fragment.AbSampleDialogFragment.onCreate ( Bundle  savedInstanceState)
inline
Animator com.ab.fragment.AbSampleDialogFragment.onCreateAnimator ( int  transit,
boolean  enter,
int  nextAnim 
)
inline
View com.ab.fragment.AbSampleDialogFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
inline
void com.ab.fragment.AbSampleDialogFragment.onDismiss ( DialogInterface  dialog)
inline
void com.ab.fragment.AbSampleDialogFragment.setContentView ( View  mContentView)
inline

Sets the content view.

参数
mContentViewthe new content view
void com.ab.fragment.AbSampleDialogFragment.setOnCancelListener ( DialogInterface.OnCancelListener  onCancelListener)
inline

Sets the on cancel listener.

参数
onCancelListenerthe new on cancel listener
void com.ab.fragment.AbSampleDialogFragment.setOnDismissListener ( DialogInterface.OnDismissListener  onDismissListener)
inline

Sets the on dismiss listener.

参数
onDismissListenerthe new on dismiss listener

类成员变量说明

View com.ab.fragment.AbSampleDialogFragment.mContentView
private

The m content view.

int com.ab.fragment.AbSampleDialogFragment.mGravity
private

The m gravity.

DialogInterface.OnCancelListener com.ab.fragment.AbSampleDialogFragment.mOnCancelListener = null
private

The m on cancel listener.

DialogInterface.OnDismissListener com.ab.fragment.AbSampleDialogFragment.mOnDismissListener = null
private

The m on dismiss listener.

int com.ab.fragment.AbSampleDialogFragment.mStyle
private

The m style.

int com.ab.fragment.AbSampleDialogFragment.mTheme
private

The m theme.


该类的文档由以下文件生成: