Class UiWindow.SetModalCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • SetModalCommand

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

      public SetModalCommand(String componentId, boolean modal)
  • Method Details