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