java.lang.Object | |
↳ | com.htc.app.HtcAlertController.AlertParams |
The parameters for the alert.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HtcAlertController.AlertParams.OnPrepareListViewListener | Interface definition for a callback to be invoked before the ListView will be bound to an adapter. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
mAdapter | Adapter of the listview | ||||||||||
mCancelable | Whether the dialog is cancelable | ||||||||||
mCheckedItem | The checked item | ||||||||||
mCheckedItems | Status of check items | ||||||||||
mContext | Context of the dialog | ||||||||||
mCursor | Cursor to data | ||||||||||
mCustomTitleView | Title view | ||||||||||
mForceInverseBackground | Whether to inverse background or not | ||||||||||
mIcon | Icon drawable for this dialog | ||||||||||
mIconId | Icon resource id for this dialog | ||||||||||
mIsCheckedColumn | Column checked | ||||||||||
mIsMultiChoice | Is multi-choice | ||||||||||
mIsSingleChoice | Is single-choice | ||||||||||
mItems | Content of the list items | ||||||||||
mLabelColumn | Column Index | ||||||||||
mMessage | Message text for this dialog | ||||||||||
mNegativeButtonListener | Click listener for the negative button | ||||||||||
mNegativeButtonText | Text on the negative button | ||||||||||
mNeutralButtonListener | Click listener for the neutral button | ||||||||||
mNeutralButtonText | Text on the neutral button | ||||||||||
mOnCancelListener | Listener when the dialog is canceled | ||||||||||
mOnCheckboxClickListener | Listener of checkbox | ||||||||||
mOnClickListener | Listener when clicked | ||||||||||
mOnItemSelectedListener | Listener to be invoked when an item in the list is selected. | ||||||||||
mOnKeyListener | The callback that will be called if a key is dispatched to the dialog. | ||||||||||
mOnPrepareListViewListener | Callback to be invoked before the ListView will be bound to an adapter | ||||||||||
mPositiveButtonListener | Click listener for the positive button | ||||||||||
mPositiveButtonText | Text on the positive button | ||||||||||
mTitle | Title text for this dialog | ||||||||||
mView | View of the dialog | ||||||||||
mViewSpacingBottom | Padding bottom of the view | ||||||||||
mViewSpacingLeft | Padding left of the view | ||||||||||
mViewSpacingRight | Padding right of the view | ||||||||||
mViewSpacingSpecified | If the padding of the view was specified | ||||||||||
mViewSpacingTop | Padding top of the view |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Apply alert parameters to a dialog
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Click listener for the negative button
Click listener for the neutral button
Listener when the dialog is canceled
Listener of checkbox
Listener to be invoked when an item in the list is selected.
The callback that will be called if a key is dispatched to the dialog.
Callback to be invoked before the ListView will be bound to an adapter
Click listener for the positive button
Apply alert parameters to a dialog
dialog | The target dialog |
---|