Package org.teamapps.dto
Class UiPopup.SetPositionCommand
java.lang.Object
org.teamapps.dto.UiPopup.SetPositionCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetPositionCommand(String componentId, int x, int y) -
Method Summary
-
Field Details
-
componentId
-
x
protected int x -
y
protected int y
-
-
Constructor Details
-
SetPositionCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetPositionCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getX
public int getX() -
getY
public int getY()
-