Class UiWorkSpaceLayoutView

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayoutView
All Implemented Interfaces:
UiObject

public class UiWorkSpaceLayoutView
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • viewName

      protected java.lang.String viewName
    • tabIcon

      protected java.lang.String tabIcon
    • tabCaption

      protected java.lang.String tabCaption
    • component

      protected UiClientObjectReference component
    • tabCloseable

      protected boolean tabCloseable
    • lazyLoading

      protected boolean lazyLoading
    • visible

      protected boolean visible
  • Constructor Details

    • UiWorkSpaceLayoutView

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

      public UiWorkSpaceLayoutView​(java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, UiClientObjectReference component)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getViewName

      public java.lang.String getViewName()
    • getTabIcon

      public java.lang.String getTabIcon()
    • getTabCaption

      public java.lang.String getTabCaption()
    • getComponent

      public UiClientObjectReference getComponent()
    • getTabCloseable

      public boolean getTabCloseable()
    • getLazyLoading

      public boolean getLazyLoading()
    • getVisible

      public boolean getVisible()
    • setTabCloseable

      public UiWorkSpaceLayoutView setTabCloseable​(boolean tabCloseable)
    • setLazyLoading

      public UiWorkSpaceLayoutView setLazyLoading​(boolean lazyLoading)
    • setVisible

      public UiWorkSpaceLayoutView setVisible​(boolean visible)