public static class AlertController.AlertParams extends 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 |
String |
mIsCheckedColumn |
boolean |
mIsMultiChoice |
boolean |
mIsSingleChoice |
CharSequence[] |
mItems |
String |
mLabelColumn |
CharSequence |
mMessage |
android.content.DialogInterface.OnClickListener |
mNegativeButtonListener |
CharSequence |
mNegativeButtonText |
android.content.DialogInterface.OnClickListener |
mNeutralButtonListener |
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 |
CharSequence |
mPositiveButtonText |
int |
mTheme |
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) |
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 String mIsCheckedColumn
public boolean mIsMultiChoice
public boolean mIsSingleChoice
public CharSequence[] mItems
public String mLabelColumn
public CharSequence mMessage
public android.content.DialogInterface.OnClickListener mNegativeButtonListener
public CharSequence mNegativeButtonText
public android.content.DialogInterface.OnClickListener mNeutralButtonListener
public 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 CharSequence mPositiveButtonText
public int mTheme
public 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.