Class UiGridForm.SectionCollapsedStateChangedEvent
java.lang.Object
org.teamapps.dto.UiGridForm.SectionCollapsedStateChangedEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SectionCollapsedStateChangedEvent(String componentId, String sectionId, boolean collapsed) -
Method Summary
-
Field Details
-
componentId
-
sectionId
-
collapsed
protected boolean collapsed
-
-
Constructor Details
-
SectionCollapsedStateChangedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SectionCollapsedStateChangedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getSectionId
-
getCollapsed
public boolean getCollapsed()
-