Class UiTab

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

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

    • tabId

      protected java.lang.String tabId
    • icon

      protected java.lang.String icon
    • caption

      protected java.lang.String caption
    • closeable

      protected boolean closeable
    • lazyLoading

      protected boolean lazyLoading
    • rightSide

      protected boolean rightSide
    • visible

      protected boolean visible
    • toolbar

      protected UiClientObjectReference toolbar
    • content

      protected UiClientObjectReference content
  • Constructor Details

    • UiTab

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

      public UiTab​(java.lang.String tabId, java.lang.String icon, java.lang.String caption)
  • 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
    • getTabId

      public java.lang.String getTabId()
    • getIcon

      public java.lang.String getIcon()
    • getCaption

      public java.lang.String getCaption()
    • getCloseable

      public boolean getCloseable()
    • getLazyLoading

      public boolean getLazyLoading()
    • getRightSide

      public boolean getRightSide()
    • getVisible

      public boolean getVisible()
    • getToolbar

      public UiClientObjectReference getToolbar()
    • getContent

      public UiClientObjectReference getContent()
    • setCloseable

      public UiTab setCloseable​(boolean closeable)
    • setLazyLoading

      public UiTab setLazyLoading​(boolean lazyLoading)
    • setRightSide

      public UiTab setRightSide​(boolean rightSide)
    • setVisible

      public UiTab setVisible​(boolean visible)
    • setToolbar

      public UiTab setToolbar​(UiClientObjectReference toolbar)
    • setContent

      public UiTab setContent​(UiClientObjectReference content)