DialogInterface
public
interface
DialogInterface
| android.content.DialogInterface |
|
|
Summary
Nested classes | |
|---|---|
interface |
DialogInterface.OnCancelListener
Interface used to allow the creator of a dialog to run some code when the dialog is canceled. |
interface |
DialogInterface.OnClickListener
Interface used to allow the creator of a dialog to run some code when an item on the dialog is clicked.. |
interface |
DialogInterface.OnDismissListener
Interface used to allow the creator of a dialog to run some code when the dialog is dismissed. |
interface |
DialogInterface.OnKeyListener
Interface definition for a callback to be invoked when a key event is dispatched to this dialog. |
interface |
DialogInterface.OnMultiChoiceClickListener
Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked. |
interface |
DialogInterface.OnShowListener
Interface used to allow the creator of a dialog to run some code when the dialog is shown. |
Constants | |
|---|---|
int |
BUTTON1
This constant was deprecated
in API level 3.
Use |
int |
BUTTON2
This constant was deprecated
in API level 3.
Use |
int |
BUTTON3
This constant was deprecated
in API level 3.
Use |
int |
BUTTON_NEGATIVE
The identifier for the negative button. |
int |
BUTTON_NEUTRAL
The identifier for the neutral button. |
int |
BUTTON_POSITIVE
The identifier for the positive button. |
Public methods | |
|---|---|
abstract
void
|
cancel()
|
abstract
void
|
dismiss()
|
Constants
BUTTON1
int BUTTON1
This constant was deprecated
in API level 3.
Use BUTTON_POSITIVE
Constant Value: -1 (0xffffffff)
BUTTON2
int BUTTON2
This constant was deprecated
in API level 3.
Use BUTTON_NEGATIVE
Constant Value: -2 (0xfffffffe)
BUTTON3
int BUTTON3
This constant was deprecated
in API level 3.
Use BUTTON_NEUTRAL
Constant Value: -3 (0xfffffffd)
BUTTON_NEGATIVE
int BUTTON_NEGATIVE
The identifier for the negative button.
Constant Value: -2 (0xfffffffe)
BUTTON_NEUTRAL
int BUTTON_NEUTRAL
The identifier for the neutral button.
Constant Value: -3 (0xfffffffd)
BUTTON_POSITIVE
int BUTTON_POSITIVE
The identifier for the positive button.
Constant Value: -1 (0xffffffff)
Public methods
Interfaces
- ClipboardManager.OnPrimaryClipChangedListener
- ComponentCallbacks
- ComponentCallbacks2
- ContentProvider.PipeDataWriter
- DialogInterface
- DialogInterface.OnCancelListener
- DialogInterface.OnClickListener
- DialogInterface.OnDismissListener
- DialogInterface.OnKeyListener
- DialogInterface.OnMultiChoiceClickListener
- DialogInterface.OnShowListener
- EntityIterator
- IntentSender.OnFinished
- Loader.OnLoadCanceledListener
- Loader.OnLoadCompleteListener
- ServiceConnection
- SharedPreferences
- SharedPreferences.Editor
- SharedPreferences.OnSharedPreferenceChangeListener
- SyncStatusObserver
Classes
- AbstractThreadedSyncAdapter
- AsyncQueryHandler
- AsyncQueryHandler.WorkerArgs
- AsyncQueryHandler.WorkerHandler
- AsyncTaskLoader
- BroadcastReceiver
- BroadcastReceiver.PendingResult
- ClipboardManager
- ClipData
- ClipData.Item
- ClipDescription
- ComponentName
- ContentProvider
- ContentProviderClient
- ContentProviderOperation
- ContentProviderOperation.Builder
- ContentProviderResult
- ContentQueryMap
- ContentResolver
- ContentUris
- ContentValues
- Context
- ContextWrapper
- CursorLoader
- Entity
- Entity.NamedContentValues
- Intent
- Intent.FilterComparison
- Intent.ShortcutIconResource
- IntentFilter
- IntentFilter.AuthorityEntry
- IntentSender
- Loader
- Loader.ForceLoadContentObserver
- MutableContextWrapper
- PeriodicSync
- RestrictionEntry
- RestrictionsManager
- SearchRecentSuggestionsProvider
- SyncAdapterType
- SyncContext
- SyncInfo
- SyncRequest
- SyncRequest.Builder
- SyncResult
- SyncStats
- UriMatcher
- UriPermission
Exceptions


