Package org.teamapps.dto
Class UiGridForm.SetSectionCollapsedCommand
java.lang.Object
org.teamapps.dto.UiGridForm.SetSectionCollapsedCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiGridForm
public static class UiGridForm.SetSectionCollapsedCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected booleancollapsedprotected java.lang.StringcomponentIdprotected java.lang.StringsectionId -
Constructor Summary
Constructors Constructor Description SetSectionCollapsedCommand()Deprecated.Only for Jackson deserialization.SetSectionCollapsedCommand(java.lang.String componentId, java.lang.String sectionId, boolean collapsed) -
Method Summary
Modifier and Type Method Description booleangetCollapsed()java.lang.StringgetComponentId()java.lang.StringgetSectionId()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
sectionId
protected java.lang.String sectionId -
collapsed
protected boolean collapsed
-
-
Constructor Details
-
SetSectionCollapsedCommand
@Deprecated public SetSectionCollapsedCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetSectionCollapsedCommand
public SetSectionCollapsedCommand(java.lang.String componentId, java.lang.String sectionId, boolean collapsed)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getSectionId
public java.lang.String getSectionId() -
getCollapsed
public boolean getCollapsed()
-