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