Package org.teamapps.dto
Class UiWorkSpaceLayoutView
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayoutView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiClientObjectReferenceprotected booleanprotected Stringprotected booleanprotected Stringprotected Stringprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiWorkSpaceLayoutView(String viewName, String tabIcon, String tabCaption, UiClientObjectReference component) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleansetLazyLoading(boolean lazyLoading) setTabCloseable(boolean tabCloseable) setVisible(boolean visible) toString()
-
Field Details
-
viewName
-
tabIcon
-
tabCaption
-
component
-
tabCloseable
protected boolean tabCloseable -
lazyLoading
protected boolean lazyLoading -
visible
protected boolean visible
-
-
Constructor Details
-
UiWorkSpaceLayoutView
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiWorkSpaceLayoutView
public UiWorkSpaceLayoutView(String viewName, String tabIcon, String tabCaption, UiClientObjectReference component)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getViewName
-
getTabIcon
-
getTabCaption
-
getComponent
-
getTabCloseable
public boolean getTabCloseable() -
getLazyLoading
public boolean getLazyLoading() -
getVisible
public boolean getVisible() -
setTabCloseable
-
setLazyLoading
-
setVisible
-