Klasse MessageBoxFragment

Alle implementierten Schnittstellen:
de.esoco.lib.manage.Initializable, Serializable, org.obrel.core.Relatable

public class MessageBoxFragment extends DialogFragment
A process interaction fragment that can be displayed in a dialog view.
Siehe auch:
  • Konstruktordetails

    • MessageBoxFragment

      public MessageBoxFragment(String message, String icon, Collection<DialogFragment.DialogAction> dialogActions, org.obrel.core.RelationType<?>... extraParams)
      Creates a new instance. If extras parameters are given they will be displayed between the message and the buttons. Any necessary initialization of these parameters including UI properties must be done by the invoking code before invoking the message box.
      Parameter:
      message - The message to display
      icon - The resource name for the message box icon
      dialogActions - The actions to be displayed as the dialog buttons
      extraParams - Optional extra parameters to be displayed in the message box
  • Methodendetails