Package org.teamapps.dto
Class UiFloatingComponent.SetExpandedCommand
java.lang.Object
org.teamapps.dto.UiFloatingComponent.SetExpandedCommand
- Enclosing class:
UiFloatingComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetExpandedCommand(String componentId, boolean expanded) -
Method Summary
-
Field Details
-
componentId
-
expanded
protected boolean expanded
-
-
Constructor Details
-
SetExpandedCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetExpandedCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getExpanded
public boolean getExpanded()
-