Package org.teamapps.dto
Klasse UiAbsoluteLayout.UpdateCommand
java.lang.Object
org.teamapps.dto.UiAbsoluteLayout.UpdateCommand
- Umschließende Klasse:
UiAbsoluteLayout
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected intprotected Stringprotected List<UiAbsolutePositionedComponent> protected UiAnimationEasing -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UpdateCommand(String componentId, List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing) -
Methodenübersicht
-
Felddetails
-
componentId
-
components
-
animationDuration
protected int animationDuration -
easing
-
-
Konstruktordetails
-
UpdateCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UpdateCommand
public UpdateCommand(String componentId, List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getComponents
-
getAnimationDuration
public int getAnimationDuration() -
getEasing
-