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
Modifier and Type Method Description intgetAnimationDuration()java.lang.StringgetComponentId()java.lang.StringgetWindowId()java.lang.StringtoString()
-
Field Details
-
windowId
protected java.lang.String windowId -
animationDuration
protected int animationDuration
-
-
Constructor Details
-
CloseWindowCommand
@Deprecated public CloseWindowCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CloseWindowCommand
public CloseWindowCommand(java.lang.String windowId, int animationDuration)
-
-
Method Details
-
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>
-