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()
-
Field Details
-
Constructor Details
-
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
-