Package org.teamapps.dto
Class UiTab
java.lang.Object
org.teamapps.dto.UiTab
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected UiClientObjectReferenceprotected Stringprotected booleanprotected booleanprotected Stringprotected UiClientObjectReferenceprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcon()booleanbooleangetTabId()booleansetCloseable(boolean closeable) setContent(UiClientObjectReference content) setLazyLoading(boolean lazyLoading) setRightSide(boolean rightSide) setToolbar(UiClientObjectReference toolbar) setVisible(boolean visible) toString()
-
Field Details
-
tabId
-
icon
-
caption
-
closeable
protected boolean closeable -
lazyLoading
protected boolean lazyLoading -
rightSide
protected boolean rightSide -
visible
protected boolean visible -
toolbar
-
-
-
Constructor Details
-
UiTab
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTab
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getTabId
-
getIcon
-
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
-