Klasse UiGridForm.SectionCollapsedStateChangedEvent

java.lang.Object
org.teamapps.dto.UiGridForm.SectionCollapsedStateChangedEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiGridForm

public static class UiGridForm.SectionCollapsedStateChangedEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • sectionId

      protected String sectionId
    • collapsed

      protected boolean collapsed
  • Konstruktordetails

    • SectionCollapsedStateChangedEvent

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

      public SectionCollapsedStateChangedEvent(String componentId, String sectionId, boolean collapsed)
  • Methodendetails