Package org.teamapps.dto
Class UiRootPanel.SetVisibleChildComponentCommand
- java.lang.Object
-
- org.teamapps.dto.UiRootPanel.SetVisibleChildComponentCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.SetVisibleChildComponentCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected UiComponentRevealAnimationanimationprotected longanimationDurationprotected java.lang.StringchildComponentIdprotected java.lang.StringcomponentId
-
Constructor Summary
Constructors Constructor Description SetVisibleChildComponentCommand()Deprecated.Only for Jackson deserialization.SetVisibleChildComponentCommand(java.lang.String componentId, java.lang.String childComponentId, UiComponentRevealAnimation animation, long animationDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiComponentRevealAnimationgetAnimation()longgetAnimationDuration()java.lang.StringgetChildComponentId()java.lang.StringgetComponentId()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
childComponentId
protected java.lang.String childComponentId
-
animation
protected UiComponentRevealAnimation animation
-
animationDuration
protected long animationDuration
-
-
Constructor Detail
-
SetVisibleChildComponentCommand
@Deprecated public SetVisibleChildComponentCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetVisibleChildComponentCommand
public SetVisibleChildComponentCommand(java.lang.String componentId, java.lang.String childComponentId, UiComponentRevealAnimation animation, 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>
-
getChildComponentId
public java.lang.String getChildComponentId()
-
getAnimation
public UiComponentRevealAnimation getAnimation()
-
getAnimationDuration
public long getAnimationDuration()
-
-