Package org.teamapps.dto
Klasse UiGridForm.SetSectionCollapsedCommand
java.lang.Object
org.teamapps.dto.UiGridForm.SetSectionCollapsedCommand
- Umschließende Klasse:
UiGridForm
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetSectionCollapsedCommand(String componentId, String sectionId, boolean collapsed) -
Methodenübersicht
-
Felddetails
-
componentId
-
sectionId
-
collapsed
protected boolean collapsed
-
-
Konstruktordetails
-
SetSectionCollapsedCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetSectionCollapsedCommand
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getSectionId
-
getCollapsed
public boolean getCollapsed()
-