Class UiWindow.CloseCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiWindow

    public static class UiWindow.CloseCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Constructor Summary

      Constructors 
      Constructor Description
      CloseCommand()
      Deprecated.
      Only for Jackson deserialization.
      CloseCommand​(java.lang.String componentId, int animationDuration)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • animationDuration

        protected int animationDuration
    • Constructor Detail

      • CloseCommand

        @Deprecated
        public CloseCommand()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • CloseCommand

        public CloseCommand​(java.lang.String componentId,
                            int animationDuration)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getAnimationDuration

        public int getAnimationDuration()