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