Class UiTabPanel.SetTabConfigurationCommand

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

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

      • componentId

        protected java.lang.String componentId
      • tabId

        protected java.lang.String tabId
      • icon

        protected java.lang.String icon
      • caption

        protected java.lang.String caption
      • closeable

        protected boolean closeable
      • visible

        protected boolean visible
      • rightSide

        protected boolean rightSide
    • Constructor Detail

      • SetTabConfigurationCommand

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

        public SetTabConfigurationCommand​(java.lang.String componentId,
                                          java.lang.String tabId,
                                          java.lang.String icon,
                                          java.lang.String caption,
                                          boolean closeable,
                                          boolean visible,
                                          boolean rightSide)
    • 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>
      • getTabId

        public java.lang.String getTabId()
      • getIcon

        public java.lang.String getIcon()
      • getCaption

        public java.lang.String getCaption()
      • getCloseable

        public boolean getCloseable()
      • getVisible

        public boolean getVisible()
      • getRightSide

        public boolean getRightSide()