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

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

作者
还如一梦中
版本
v1.0
日期
:2014-07-30 下午16:00:52

成员函数说明

int com.ab.fragment.AbLoadDialogFragment.getBackgroundColor ( )
inline
View com.ab.fragment.AbLoadDialogFragment.getContentView ( )
inline
int com.ab.fragment.AbLoadDialogFragment.getIndeterminateDrawable ( )
inline
int com.ab.fragment.AbLoadDialogFragment.getTextColor ( )
inline
int com.ab.fragment.AbLoadDialogFragment.getTextSize ( )
inline
static AbLoadDialogFragment com.ab.fragment.AbLoadDialogFragment.newInstance ( int  style,
int  theme 
)
inlinestatic

Create a new instance of AbDialogFragment, providing "style" as an argument.

void com.ab.fragment.AbLoadDialogFragment.onCreate ( Bundle  savedInstanceState)
inline
View com.ab.fragment.AbLoadDialogFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
inline
void com.ab.fragment.AbLoadDialogFragment.setBackgroundColor ( int  backgroundColor)
inline
void com.ab.fragment.AbLoadDialogFragment.setIndeterminateDrawable ( int  indeterminateDrawable)
inline
void com.ab.fragment.AbLoadDialogFragment.setMessage ( String  message)
inline
void com.ab.fragment.AbLoadDialogFragment.setTextColor ( int  textColor)
inline
void com.ab.fragment.AbLoadDialogFragment.setTextSize ( int  textSize)
inline

类成员变量说明

int com.ab.fragment.AbLoadDialogFragment.mBackgroundColor = Color.parseColor("#88838B8B")
private
View com.ab.fragment.AbLoadDialogFragment.mContentView
private
ImageView com.ab.fragment.AbLoadDialogFragment.mImageView = null
private
int com.ab.fragment.AbLoadDialogFragment.mIndeterminateDrawable
private
int com.ab.fragment.AbLoadDialogFragment.mStyle
private
int com.ab.fragment.AbLoadDialogFragment.mTextColor = Color.WHITE
private
int com.ab.fragment.AbLoadDialogFragment.mTextSize = 15
private
TextView com.ab.fragment.AbLoadDialogFragment.mTextView = null
private
int com.ab.fragment.AbLoadDialogFragment.mTheme
private

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