Klasse UiWorkSpaceLayout.RefreshViewAttributesCommand

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RefreshViewAttributesCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiWorkSpaceLayout

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

    • componentId

      protected String componentId
    • viewName

      protected String viewName
    • tabIcon

      protected String tabIcon
    • tabCaption

      protected String tabCaption
    • tabCloseable

      protected boolean tabCloseable
    • visible

      protected boolean visible
  • Konstruktordetails

    • RefreshViewAttributesCommand

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

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

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getViewName

      public String getViewName()
    • getTabIcon

      public String getTabIcon()
    • getTabCaption

      public String getTabCaption()
    • getTabCloseable

      public boolean getTabCloseable()
    • getVisible

      public boolean getVisible()