Package org.teamapps.dto
Class UiRootPanel.SetContentCommand
- java.lang.Object
-
- org.teamapps.dto.UiRootPanel.SetContentCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.SetContentCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected longanimationDurationprotected java.lang.StringcomponentIdprotected UiClientObjectReferencecontentprotected UiPageTransitiontransition
-
Constructor Summary
Constructors Constructor Description SetContentCommand()Deprecated.Only for Jackson deserialization.SetContentCommand(java.lang.String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAnimationDuration()java.lang.StringgetComponentId()UiClientObjectReferencegetContent()UiPageTransitiongetTransition()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
content
protected UiClientObjectReference content
-
transition
protected UiPageTransition transition
-
animationDuration
protected long animationDuration
-
-
Constructor Detail
-
SetContentCommand
@Deprecated public SetContentCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetContentCommand
public SetContentCommand(java.lang.String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getContent
public UiClientObjectReference getContent()
-
getTransition
public UiPageTransition getTransition()
-
getAnimationDuration
public long getAnimationDuration()
-
-