Class UiAccordionLayout.RemoveAllPanelsCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • RemoveAllPanelsCommand

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

      public RemoveAllPanelsCommand(String componentId)
  • Method Details