Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected booleancollapsedprotected java.lang.StringcomponentIdprotected java.lang.StringsectionId -
Constructor Summary
Constructors Constructor Description SectionCollapsedStateChangedEvent()Deprecated.Only for Jackson deserialization.SectionCollapsedStateChangedEvent(java.lang.String componentId, java.lang.String sectionId, boolean collapsed) -
Method Summary
Modifier and Type Method Description booleangetCollapsed()java.lang.StringgetComponentId()java.lang.StringgetSectionId()UiEventTypegetUiEventType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getSectionId
public java.lang.String getSectionId() -
getCollapsed
public boolean getCollapsed()
-