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

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
    FullscreenAlertDialog(android.content.Context context, int themeResId)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    android.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
     
    void
     
    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 Klasse androidx.appcompat.app.AlertDialog
    • setCancelable

      public void setCancelable(boolean cancelable)
      Setzt außer Kraft:
      setCancelable in Klasse android.app.Dialog
    • setTitle

      public void setTitle(CharSequence title)
      Setzt außer Kraft:
      setTitle in Klasse androidx.appcompat.app.AlertDialog
    • setMessage

      public void setMessage(CharSequence message)
      Setzt außer Kraft:
      setMessage in Klasse androidx.appcompat.app.AlertDialog
    • setView

      public void setView(android.view.View view)
      Setzt außer Kraft:
      setView in Klasse androidx.appcompat.app.AlertDialog
    • setButton

      @Deprecated public void setButton(int whichButton, CharSequence text, android.os.Message msg)
      Veraltet.
      Setzt außer Kraft:
      setButton in Klasse androidx.appcompat.app.AlertDialog
    • setButton

      public void setButton(int whichButton, CharSequence text, android.content.DialogInterface.OnClickListener listener)
      Setzt außer Kraft:
      setButton in Klasse androidx.appcompat.app.AlertDialog
    • setButtonEnabled

      public void setButtonEnabled(int whichButton, boolean enabled)
    • getButton

      @Deprecated public android.widget.Button getButton(int whichButton)
      Veraltet.
      Setzt außer Kraft:
      getButton in Klasse androidx.appcompat.app.AlertDialog
    • setIcon

      public void setIcon(int resId)
      Setzt außer Kraft:
      setIcon in Klasse androidx.appcompat.app.AlertDialog