Class UiAccordionLayout.SelectPanelCommand

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

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

    • componentId

      protected String componentId
    • panelId

      protected String panelId
  • Constructor Details

    • SelectPanelCommand

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

      public SelectPanelCommand(String componentId, String panelId)
  • Method Details