Class UiWindow.SetSizeCommand
java.lang.Object
org.teamapps.dto.UiWindow.SetSizeCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetSizeCommand(String componentId, int width, int height) -
Method Summary
-
Field Details
-
componentId
-
width
protected int width -
height
protected int height
-
-
Constructor Details
-
SetSizeCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetSizeCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getWidth
public int getWidth() -
getHeight
public int getHeight()
-