Class UiWorkSpaceLayout.RefreshViewAttributesCommand

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

    public static class UiWorkSpaceLayout.RefreshViewAttributesCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • viewName

        protected java.lang.String viewName
      • tabIcon

        protected java.lang.String tabIcon
      • tabCaption

        protected java.lang.String tabCaption
      • tabCloseable

        protected boolean tabCloseable
      • visible

        protected boolean visible
    • Constructor Detail

      • RefreshViewAttributesCommand

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

        public RefreshViewAttributesCommand​(java.lang.String componentId,
                                            java.lang.String viewName,
                                            java.lang.String tabIcon,
                                            java.lang.String tabCaption,
                                            boolean tabCloseable,
                                            boolean visible)
    • 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>
      • getViewName

        public java.lang.String getViewName()
      • getTabIcon

        public java.lang.String getTabIcon()
      • getTabCaption

        public java.lang.String getTabCaption()
      • getTabCloseable

        public boolean getTabCloseable()
      • getVisible

        public boolean getVisible()