Class UiWorkSpaceLayout.SetViewGroupPanelStateCommand

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

public static class UiWorkSpaceLayout.SetViewGroupPanelStateCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • SetViewGroupPanelStateCommand

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

      public SetViewGroupPanelStateCommand(String componentId, String viewGroupId, UiViewGroupPanelState panelState)
  • Method Details