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