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