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.Builder
Von 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
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FullscreenAlertDialog
(android.content.Context context, int themeResId) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungandroid.widget.Button
getButton
(int whichButton) Veraltet.protected void
onCreate
(android.os.Bundle savedInstanceState) void
setButton
(int whichButton, CharSequence text, android.content.DialogInterface.OnClickListener listener) void
setButton
(int whichButton, CharSequence text, android.os.Message msg) Veraltet.void
setButtonEnabled
(int whichButton, boolean enabled) void
setCancelable
(boolean cancelable) void
setIcon
(int resId) void
setMessage
(CharSequence message) void
setTitle
(CharSequence title) void
setView
(android.view.View view) Von Klasse geerbte Methoden androidx.appcompat.app.AlertDialog
getListView, onKeyDown, onKeyUp, setButton, setCustomTitle, setIcon, setIconAttribute, setView
Von Klasse geerbte Methoden androidx.appcompat.app.AppCompatDialog
addContentView, dismiss, dispatchKeyEvent, findViewById, getDelegate, getSupportActionBar, invalidateOptionsMenu, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onWindowStartingSupportActionMode, setContentView, setContentView, setContentView, setTitle, supportRequestWindowFeature
Von Klasse geerbte Methoden androidx.activity.ComponentDialog
getLifecycle, getOnBackPressedDispatcher, getSavedStateRegistry, initializeViewTreeOwners, onBackPressed, onSaveInstanceState, onStart
Von 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, unregisterForContextMenu
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden android.content.DialogInterface
cancel, dismiss
Von 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:
onCreate
in Klasseandroidx.appcompat.app.AlertDialog
-
setCancelable
public void setCancelable(boolean cancelable) - Setzt außer Kraft:
setCancelable
in Klasseandroid.app.Dialog
-
setTitle
- Setzt außer Kraft:
setTitle
in Klasseandroidx.appcompat.app.AlertDialog
-
setMessage
- Setzt außer Kraft:
setMessage
in Klasseandroidx.appcompat.app.AlertDialog
-
setView
public void setView(android.view.View view) - Setzt außer Kraft:
setView
in Klasseandroidx.appcompat.app.AlertDialog
-
setButton
Veraltet.- Setzt außer Kraft:
setButton
in Klasseandroidx.appcompat.app.AlertDialog
-
setButton
public void setButton(int whichButton, CharSequence text, android.content.DialogInterface.OnClickListener listener) - Setzt außer Kraft:
setButton
in Klasseandroidx.appcompat.app.AlertDialog
-
setButtonEnabled
public void setButtonEnabled(int whichButton, boolean enabled) -
getButton
Veraltet.- Setzt außer Kraft:
getButton
in Klasseandroidx.appcompat.app.AlertDialog
-
setIcon
public void setIcon(int resId) - Setzt außer Kraft:
setIcon
in Klasseandroidx.appcompat.app.AlertDialog
-