Package org.teamapps.dto
Class UiRootPanel.CloseWindowCommand
- java.lang.Object
-
- org.teamapps.dto.UiRootPanel.CloseWindowCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.CloseWindowCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected intanimationDurationprotected java.lang.StringwindowId
-
Constructor Summary
Constructors Constructor Description CloseWindowCommand()Deprecated.Only for Jackson deserialization.CloseWindowCommand(java.lang.String windowId, int animationDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAnimationDuration()java.lang.StringgetComponentId()java.lang.StringgetWindowId()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getWindowId
public java.lang.String getWindowId()
-
getAnimationDuration
public int getAnimationDuration()
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
-