Class UiWorkSpaceLayout.RefreshViewAttributesCommand

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RefreshViewAttributesCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiWorkSpaceLayout

public static class UiWorkSpaceLayout.RefreshViewAttributesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • viewName

      protected String viewName
    • tabIcon

      protected String tabIcon
    • tabCaption

      protected String tabCaption
    • tabCloseable

      protected boolean tabCloseable
    • visible

      protected boolean visible
  • Constructor Details

    • RefreshViewAttributesCommand

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

      public RefreshViewAttributesCommand(String componentId, String viewName, String tabIcon, String tabCaption, boolean tabCloseable, boolean visible)
  • Method Details

    • toString

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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getViewName

      public String getViewName()
    • getTabIcon

      public String getTabIcon()
    • getTabCaption

      public String getTabCaption()
    • getTabCloseable

      public boolean getTabCloseable()
    • getVisible

      public boolean getVisible()