Class 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 Detail

      • icon

        protected java.lang.String icon
      • title

        protected java.lang.String title
      • message

        protected java.lang.String message
    • Constructor Detail

      • 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 Detail

      • 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()
      • getComponentId

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