Class UiPanel.SetMaximizedCommand

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

public static class UiPanel.SetMaximizedCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • maximized

      protected boolean maximized
  • Constructor Details

    • SetMaximizedCommand

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

      public SetMaximizedCommand(String componentId, boolean maximized)
  • Method Details