Class UiRootPanel.ShowDialogMessageCommand

java.lang.Object
org.teamapps.dto.UiRootPanel.ShowDialogMessageCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiRootPanel

public static class UiRootPanel.ShowDialogMessageCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • icon

      protected java.lang.String icon
    • title

      protected java.lang.String title
    • message

      protected java.lang.String message
    • options

      protected java.util.List<UiGenericErrorMessageOption> options
  • Constructor Details

    • ShowDialogMessageCommand

      @Deprecated public ShowDialogMessageCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • ShowDialogMessageCommand

      public ShowDialogMessageCommand​(java.lang.String icon, java.lang.String title, java.lang.String message, java.util.List<UiGenericErrorMessageOption> options)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getIcon

      public java.lang.String getIcon()
    • getTitle

      public java.lang.String getTitle()
    • getMessage

      public java.lang.String getMessage()
    • getOptions

      public java.util.List<UiGenericErrorMessageOption> getOptions()
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>