Class UiMobileLayout.ShowViewCommand
java.lang.Object
org.teamapps.dto.UiMobileLayout.ShowViewCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiPageTransitionprotected intprotected UiClientObjectReferenceprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ShowViewCommand(String componentId, UiClientObjectReference component, UiPageTransition animation, int animationDuration) -
Method Summary
-
Field Details
-
componentId
-
component
-
animation
-
animationDuration
protected int animationDuration
-
-
Constructor Details
-
ShowViewCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ShowViewCommand
public ShowViewCommand(String componentId, UiClientObjectReference component, UiPageTransition animation, int animationDuration)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getComponent
-
getAnimation
-
getAnimationDuration
public int getAnimationDuration()
-