Package eltos.simpledialogfragment
Klasse FullscreenAlertDialog
java.lang.Object
android.app.Dialog
androidx.activity.ComponentDialog
androidx.appcompat.app.AppCompatDialog
androidx.appcompat.app.AlertDialog
eltos.simpledialogfragment.FullscreenAlertDialog
- Alle implementierten Schnittstellen:
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback,androidx.activity.OnBackPressedDispatcherOwner,androidx.appcompat.app.AppCompatCallback,androidx.lifecycle.LifecycleOwner,androidx.savedstate.SavedStateRegistryOwner
public class FullscreenAlertDialog
extends androidx.appcompat.app.AlertDialog
Fullscreen dialog class mimicing the AlertDialog interface for compatibility reasons
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen androidx.appcompat.app.AlertDialog
androidx.appcompat.app.AlertDialog.BuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen android.content.DialogInterface
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener -
Feldübersicht
Von Schnittstelle geerbte Felder android.content.DialogInterface
BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3 -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFullscreenAlertDialog(android.content.Context context, int themeResId) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungandroid.widget.ButtongetButton(int whichButton) Veraltet.protected voidonCreate(android.os.Bundle savedInstanceState) voidsetButton(int whichButton, CharSequence text, android.content.DialogInterface.OnClickListener listener) voidsetButton(int whichButton, CharSequence text, android.os.Message msg) Veraltet.voidsetButtonEnabled(int whichButton, boolean enabled) voidsetCancelable(boolean cancelable) voidsetIcon(int resId) voidsetMessage(CharSequence message) voidsetTitle(CharSequence title) voidsetView(android.view.View view) Von Klasse geerbte Methoden androidx.appcompat.app.AlertDialog
getListView, onKeyDown, onKeyUp, setButton, setCustomTitle, setIcon, setIconAttribute, setViewVon Klasse geerbte Methoden androidx.appcompat.app.AppCompatDialog
addContentView, dismiss, dispatchKeyEvent, findViewById, getDelegate, getSupportActionBar, invalidateOptionsMenu, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onWindowStartingSupportActionMode, setContentView, setContentView, setContentView, setTitle, supportRequestWindowFeatureVon Klasse geerbte Methoden androidx.activity.ComponentDialog
getLifecycle, getOnBackPressedDispatcher, getSavedStateRegistry, initializeViewTreeOwners, onBackPressed, onSaveInstanceState, onStartVon Klasse geerbte Methoden android.app.Dialog
cancel, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOnBackInvokedDispatcher, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCanceledOnTouchOutside, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenuVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden android.content.DialogInterface
cancel, dismissVon Schnittstelle geerbte Methoden android.view.Window.Callback
onPointerCaptureChanged, onProvideKeyboardShortcuts
-
Konstruktordetails
-
FullscreenAlertDialog
protected FullscreenAlertDialog(@NonNull android.content.Context context, int themeResId)
-
-
Methodendetails
-
onCreate
protected void onCreate(android.os.Bundle savedInstanceState) - Setzt außer Kraft:
onCreatein Klasseandroidx.appcompat.app.AlertDialog
-
setCancelable
public void setCancelable(boolean cancelable) - Setzt außer Kraft:
setCancelablein Klasseandroid.app.Dialog
-
setTitle
- Setzt außer Kraft:
setTitlein Klasseandroidx.appcompat.app.AlertDialog
-
setMessage
- Setzt außer Kraft:
setMessagein Klasseandroidx.appcompat.app.AlertDialog
-
setView
public void setView(android.view.View view) - Setzt außer Kraft:
setViewin Klasseandroidx.appcompat.app.AlertDialog
-
setButton
Veraltet.- Setzt außer Kraft:
setButtonin Klasseandroidx.appcompat.app.AlertDialog
-
setButton
public void setButton(int whichButton, CharSequence text, android.content.DialogInterface.OnClickListener listener) - Setzt außer Kraft:
setButtonin Klasseandroidx.appcompat.app.AlertDialog
-
setButtonEnabled
public void setButtonEnabled(int whichButton, boolean enabled) -
getButton
Veraltet.- Setzt außer Kraft:
getButtonin Klasseandroidx.appcompat.app.AlertDialog
-
setIcon
public void setIcon(int resId) - Setzt außer Kraft:
setIconin Klasseandroidx.appcompat.app.AlertDialog
-