Class UiGridForm.SectionCollapsedStateChangedEvent

java.lang.Object
org.teamapps.dto.UiGridForm.SectionCollapsedStateChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiGridForm

public static class UiGridForm.SectionCollapsedStateChangedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • sectionId

      protected String sectionId
    • collapsed

      protected boolean collapsed
  • Constructor Details

    • SectionCollapsedStateChangedEvent

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

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