Class UiTab

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

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

    • tabId

      protected String tabId
    • icon

      protected String icon
    • caption

      protected 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(String tabId, String icon, String caption)
  • Method Details

    • getUiObjectType

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

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

      public String getTabId()
    • getIcon

      public String getIcon()
    • getCaption

      public 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)