public class OldVersionDialog
extends android.app.Dialog
| Modifier and Type | Class and Description |
|---|---|
static class |
OldVersionDialog.Builder |
static class |
OldVersionDialog.OnDialogCancelListener |
static class |
OldVersionDialog.OnDialogClickListener |
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener| Constructor and Description |
|---|
OldVersionDialog(android.content.Context context) |
OldVersionDialog(android.content.Context context,
boolean cancelable,
OldVersionDialog.OnDialogCancelListener cancelListener) |
OldVersionDialog(android.content.Context context,
int themeResId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
setContentView(int layoutResID) |
void |
setMessage(java.lang.CharSequence message) |
void |
setMessage(int messageId) |
void |
setTitle(java.lang.CharSequence title) |
void |
setTitle(int titleId) |
addContentView, cancel, closeOptionsMenu, create, dismiss, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenupublic OldVersionDialog(android.content.Context context)
public OldVersionDialog(android.content.Context context,
int themeResId)
public OldVersionDialog(android.content.Context context,
boolean cancelable,
OldVersionDialog.OnDialogCancelListener cancelListener)
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate in class android.app.Dialogpublic void setContentView(int layoutResID)
setContentView in class android.app.Dialogpublic void setTitle(java.lang.CharSequence title)
setTitle in class android.app.Dialogpublic void setTitle(int titleId)
setTitle in class android.app.Dialogpublic void setMessage(java.lang.CharSequence message)
public void setMessage(int messageId)