Class UiGridForm.SectionCollapsedStateChangedEvent

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

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

    • componentId

      protected java.lang.String componentId
    • sectionId

      protected java.lang.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​(java.lang.String componentId, java.lang.String sectionId, boolean collapsed)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getSectionId

      public java.lang.String getSectionId()
    • getCollapsed

      public boolean getCollapsed()