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