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