Package org.teamapps.dto
Class UiTab
- java.lang.Object
-
- org.teamapps.dto.UiTab
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcaptionprotected booleancloseableprotected UiComponentReferencecontentprotected java.lang.Stringiconprotected booleanlazyLoadingprotected booleanrightSideprotected java.lang.StringtabIdprotected UiComponentReferencetoolbarprotected booleanvisible
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCaption()booleangetCloseable()UiComponentReferencegetContent()java.lang.StringgetIcon()booleangetLazyLoading()booleangetRightSide()java.lang.StringgetTabId()UiComponentReferencegetToolbar()UiObjectTypegetUiObjectType()booleangetVisible()UiTabsetCloseable(boolean closeable)UiTabsetContent(UiComponentReference content)UiTabsetLazyLoading(boolean lazyLoading)UiTabsetRightSide(boolean rightSide)UiTabsetToolbar(UiComponentReference toolbar)UiTabsetVisible(boolean visible)java.lang.StringtoString()
-
-
-
Field Detail
-
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 UiComponentReference toolbar
-
content
protected UiComponentReference content
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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 UiComponentReference getToolbar()
-
getContent
public UiComponentReference 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(UiComponentReference toolbar)
-
setContent
public UiTab setContent(UiComponentReference content)
-
-