Package org.teamapps.dto
Class UiRootPanel.ShowWindowCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.ShowWindowCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.ShowWindowCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected intanimationDurationprotected UiComponentReferencewindow -
Constructor Summary
Constructors Constructor Description ShowWindowCommand()Deprecated.Only for Jackson deserialization.ShowWindowCommand(UiComponentReference window, int animationDuration) -
Method Summary
Modifier and Type Method Description intgetAnimationDuration()java.lang.StringgetComponentId()UiComponentReferencegetWindow()java.lang.StringtoString()
-
Field Details
-
window
-
animationDuration
protected int animationDuration
-
-
Constructor Details
-
ShowWindowCommand
@Deprecated public ShowWindowCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ShowWindowCommand
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getWindow
-
getAnimationDuration
public int getAnimationDuration() -
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-