Class UiRootPanel.SetContentCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.SetContentCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected Stringprotected UiClientObjectReferenceprotected UiPageTransition -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetContentCommand(String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration) -
Method Summary
-
Field Details
-
componentId
-
-
transition
-
animationDuration
protected long animationDuration
-
-
Constructor Details
-
SetContentCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetContentCommand
public SetContentCommand(String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getContent
-
getTransition
-
getAnimationDuration
public long getAnimationDuration()
-