Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected java.lang.Stringcaptionprotected booleancloseableprotected UiClientObjectReferencecontentprotected java.lang.Stringiconprotected booleanlazyLoadingprotected booleanrightSideprotected java.lang.StringtabIdprotected UiClientObjectReferencetoolbarprotected booleanvisible -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCaption()booleangetCloseable()UiClientObjectReferencegetContent()java.lang.StringgetIcon()booleangetLazyLoading()booleangetRightSide()java.lang.StringgetTabId()UiClientObjectReferencegetToolbar()UiObjectTypegetUiObjectType()booleangetVisible()UiTabsetCloseable(boolean closeable)UiTabsetContent(UiClientObjectReference content)UiTabsetLazyLoading(boolean lazyLoading)UiTabsetRightSide(boolean rightSide)UiTabsetToolbar(UiClientObjectReference toolbar)UiTabsetVisible(boolean visible)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
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
- 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
-
getContent
-
setCloseable
-
setLazyLoading
-
setRightSide
-
setVisible
-
setToolbar
-
setContent
-