Package org.teamapps.dto
Klasse UiPopup.SetPositionCommand
java.lang.Object
org.teamapps.dto.UiPopup.SetPositionCommand
- Umschließende Klasse:
UiPopup
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetPositionCommand(String componentId, int x, int y) -
Methodenübersicht
-
Felddetails
-
componentId
-
x
protected int x -
y
protected int y
-
-
Konstruktordetails
-
SetPositionCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetPositionCommand
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getX
public int getX() -
getY
public int getY()
-