public class QMUIDialogBlockBuilder extends QMUIDialogBuilder<QMUIDialogBlockBuilder>
QMUIDialogBuilder.OrientationHORIZONTAL, mActionContainer, mActions, mAnchorBottomView, mAnchorTopView, mDialog, mDialogView, mRootView, mTitle, mTitleView, VERTICAL| 构造器和说明 |
|---|
QMUIDialogBlockBuilder(android.content.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
QMUIDialog |
create(int style)
产生一个Dialog,但不显示出来。
|
protected void |
onConfigTitleView(android.widget.TextView titleView) |
protected void |
onCreateContent(QMUIDialog dialog,
android.view.ViewGroup parent,
android.content.Context context)
创建中间的区域
|
QMUIDialogBlockBuilder |
setContent(java.lang.CharSequence content) |
QMUIDialogBlockBuilder |
setContent(int contentRes) |
addAction, addAction, addAction, addAction, addAction, addAction, addAction, create, getAnchorBottomView, getAnchorTopView, getBaseContext, getContentAreaMaxHeight, getPositiveAction, getTitleView, hasTitle, onAfter, onCreateHandlerBar, onCreateTitle, setActionContainerOrientation, setActionDivider, setCancelable, setCanceledOnTouchOutside, setChangeAlphaForPressOrDisable, setContentAreaMaxHeight, setOnDecorationListener, setTitle, setTitle, showpublic QMUIDialogBlockBuilder setContent(java.lang.CharSequence content)
public QMUIDialogBlockBuilder setContent(int contentRes)
protected void onConfigTitleView(android.widget.TextView titleView)
protected void onCreateContent(QMUIDialog dialog, android.view.ViewGroup parent, android.content.Context context)
QMUIDialogBuilderpublic QMUIDialog create(int style)
QMUIDialogBuildercreate 在类中 QMUIDialogBuilder<QMUIDialogBlockBuilder>style - Dialog 的样式QMUIDialogBuilder.create()