Class UiAccordionLayout.SetPanelOpenCommand

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

public static class UiAccordionLayout.SetPanelOpenCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • panelId

      protected String panelId
    • open

      protected boolean open
  • Constructor Details

    • SetPanelOpenCommand

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

      public SetPanelOpenCommand(String componentId, String panelId, boolean open)
  • Method Details