Class UiWindow.SetCloseOnEscapeCommand

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

public static class UiWindow.SetCloseOnEscapeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • closeOnEscape

      protected boolean closeOnEscape
  • Constructor Details

    • SetCloseOnEscapeCommand

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

      public SetCloseOnEscapeCommand(String componentId, boolean closeOnEscape)
  • Method Details