Package org.teamapps.dto
Class UiPanel.SetMaximizedCommand
- java.lang.Object
-
- org.teamapps.dto.UiPanel.SetMaximizedCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected booleanmaximized
-
Constructor Summary
Constructors Constructor Description SetMaximizedCommand()Deprecated.Only for Jackson deserialization.SetMaximizedCommand(java.lang.String componentId, boolean maximized)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()booleangetMaximized()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getMaximized
public boolean getMaximized()
-
-