Class UiWindow.SetCloseableCommand

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

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

    • componentId

      protected String componentId
    • closeable

      protected boolean closeable
  • Constructor Details

    • SetCloseableCommand

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

      public SetCloseableCommand(String componentId, boolean closeable)
  • Method Details