Class UiWorkSpaceLayout.RefreshViewAttributesCommand

java.lang.Object
org.teamapps.dto.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 Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.lang.String tabCaption  
    protected boolean tabCloseable  
    protected java.lang.String tabIcon  
    protected java.lang.String viewName  
    protected boolean visible  
  • Constructor Summary

    Constructors 
    Constructor Description
    RefreshViewAttributesCommand()
    Deprecated.
    Only for Jackson deserialization.
    RefreshViewAttributesCommand​(java.lang.String componentId, java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, boolean tabCloseable, boolean visible)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getTabCaption()  
    boolean getTabCloseable()  
    java.lang.String getTabIcon()  
    java.lang.String getViewName()  
    boolean getVisible()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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 Details

    • 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 Details