public static class AlertController.AlertParams
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlertController.AlertParams.OnPrepareListViewListener |
| Modifier and Type | Field and Description |
|---|---|
android.widget.ListAdapter |
mAdapter |
int |
mButtonBehavior |
boolean |
mCancelable |
int |
mCheckedItem |
boolean[] |
mCheckedItems |
android.content.Context |
mContext |
android.database.Cursor |
mCursor |
android.view.View |
mCustomTitleView |
boolean |
mForceInverseBackground |
android.graphics.drawable.Drawable |
mIcon |
int |
mIconId |
LayoutInflater |
mInflater |
java.lang.String |
mIsCheckedColumn |
boolean |
mIsMultiChoice |
boolean |
mIsSingleChoice |
java.lang.CharSequence[] |
mItems |
java.lang.String |
mLabelColumn |
java.lang.CharSequence |
mMessage |
android.content.DialogInterface.OnClickListener |
mNegativeButtonListener |
java.lang.CharSequence |
mNegativeButtonText |
android.content.DialogInterface.OnClickListener |
mNeutralButtonListener |
java.lang.CharSequence |
mNeutralButtonText |
android.content.DialogInterface.OnCancelListener |
mOnCancelListener |
android.content.DialogInterface.OnMultiChoiceClickListener |
mOnCheckboxClickListener |
android.content.DialogInterface.OnClickListener |
mOnClickListener |
android.content.DialogInterface.OnDismissListener |
mOnDismissListener |
android.widget.AdapterView.OnItemSelectedListener |
mOnItemSelectedListener |
android.content.DialogInterface.OnKeyListener |
mOnKeyListener |
AlertController.AlertParams.OnPrepareListViewListener |
mOnPrepareListViewListener |
android.content.DialogInterface.OnClickListener |
mPositiveButtonListener |
java.lang.CharSequence |
mPositiveButtonText |
int |
mTheme |
java.lang.CharSequence |
mTitle |
android.view.View |
mView |
int |
mViewSpacingBottom |
int |
mViewSpacingLeft |
int |
mViewSpacingRight |
boolean |
mViewSpacingSpecified |
int |
mViewSpacingTop |
| Constructor and Description |
|---|
AlertController.AlertParams(android.content.Context context) |
AlertController.AlertParams(android.content.Context context,
int theme) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(AlertController dialog) |
public android.widget.ListAdapter mAdapter
public int mButtonBehavior
public boolean mCancelable
public int mCheckedItem
public boolean[] mCheckedItems
public final android.content.Context mContext
public android.database.Cursor mCursor
public android.view.View mCustomTitleView
public boolean mForceInverseBackground
public android.graphics.drawable.Drawable mIcon
public int mIconId
public final LayoutInflater mInflater
public java.lang.String mIsCheckedColumn
public boolean mIsMultiChoice
public boolean mIsSingleChoice
public java.lang.CharSequence[] mItems
public java.lang.String mLabelColumn
public java.lang.CharSequence mMessage
public android.content.DialogInterface.OnClickListener mNegativeButtonListener
public java.lang.CharSequence mNegativeButtonText
public android.content.DialogInterface.OnClickListener mNeutralButtonListener
public java.lang.CharSequence mNeutralButtonText
public android.content.DialogInterface.OnCancelListener mOnCancelListener
public android.content.DialogInterface.OnMultiChoiceClickListener mOnCheckboxClickListener
public android.content.DialogInterface.OnClickListener mOnClickListener
public android.content.DialogInterface.OnDismissListener mOnDismissListener
public android.widget.AdapterView.OnItemSelectedListener mOnItemSelectedListener
public android.content.DialogInterface.OnKeyListener mOnKeyListener
public AlertController.AlertParams.OnPrepareListViewListener mOnPrepareListViewListener
public android.content.DialogInterface.OnClickListener mPositiveButtonListener
public java.lang.CharSequence mPositiveButtonText
public int mTheme
public java.lang.CharSequence mTitle
public android.view.View mView
public int mViewSpacingBottom
public int mViewSpacingLeft
public int mViewSpacingRight
public boolean mViewSpacingSpecified
public int mViewSpacingTop
public AlertController.AlertParams(android.content.Context context)
public AlertController.AlertParams(android.content.Context context,
int theme)
public void apply(AlertController dialog)
Copyright © 2012-2013. All Rights Reserved.