Package org.teamapps.dto
Class UiWorkSpaceLayoutView
- java.lang.Object
-
- org.teamapps.dto.UiWorkSpaceLayoutView
-
-
Field Summary
Fields Modifier and Type Field Description protected UiClientObjectReferencecomponentprotected booleanlazyLoadingprotected java.lang.StringtabCaptionprotected booleantabCloseableprotected java.lang.StringtabIconprotected java.lang.StringviewNameprotected booleanvisible
-
Constructor Summary
Constructors Constructor Description UiWorkSpaceLayoutView()Deprecated.Only for Jackson deserialization.UiWorkSpaceLayoutView(java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, UiClientObjectReference component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiClientObjectReferencegetComponent()booleangetLazyLoading()java.lang.StringgetTabCaption()booleangetTabCloseable()java.lang.StringgetTabIcon()UiObjectTypegetUiObjectType()java.lang.StringgetViewName()booleangetVisible()UiWorkSpaceLayoutViewsetLazyLoading(boolean lazyLoading)UiWorkSpaceLayoutViewsetTabCloseable(boolean tabCloseable)UiWorkSpaceLayoutViewsetVisible(boolean visible)java.lang.StringtoString()
-
-
-
Field Detail
-
viewName
protected java.lang.String viewName
-
tabIcon
protected java.lang.String tabIcon
-
tabCaption
protected java.lang.String tabCaption
-
component
protected UiClientObjectReference component
-
tabCloseable
protected boolean tabCloseable
-
lazyLoading
protected boolean lazyLoading
-
visible
protected boolean visible
-
-
Constructor Detail
-
UiWorkSpaceLayoutView
@Deprecated public UiWorkSpaceLayoutView()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiWorkSpaceLayoutView
public UiWorkSpaceLayoutView(java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, UiClientObjectReference component)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getViewName
public java.lang.String getViewName()
-
getTabIcon
public java.lang.String getTabIcon()
-
getTabCaption
public java.lang.String getTabCaption()
-
getComponent
public UiClientObjectReference getComponent()
-
getTabCloseable
public boolean getTabCloseable()
-
getLazyLoading
public boolean getLazyLoading()
-
getVisible
public boolean getVisible()
-
setTabCloseable
public UiWorkSpaceLayoutView setTabCloseable(boolean tabCloseable)
-
setLazyLoading
public UiWorkSpaceLayoutView setLazyLoading(boolean lazyLoading)
-
setVisible
public UiWorkSpaceLayoutView setVisible(boolean visible)
-
-