Class UiGridForm.SetSectionCollapsedCommand

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

public static class UiGridForm.SetSectionCollapsedCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • sectionId

      protected String sectionId
    • collapsed

      protected boolean collapsed
  • Constructor Details

    • SetSectionCollapsedCommand

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

      public SetSectionCollapsedCommand(String componentId, String sectionId, boolean collapsed)
  • Method Details