Package org.teamapps.dto
Class UiWorkSpaceLayoutView
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayoutView
- All Implemented Interfaces:
UiObject
public class UiWorkSpaceLayoutView 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 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
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()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
viewName
protected java.lang.String viewName -
tabIcon
protected java.lang.String tabIcon -
tabCaption
protected java.lang.String tabCaption -
component
-
tabCloseable
protected boolean tabCloseable -
lazyLoading
protected boolean lazyLoading -
visible
protected boolean visible
-
-
Constructor Details
-
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 Details
-
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
-
getTabCloseable
public boolean getTabCloseable() -
getLazyLoading
public boolean getLazyLoading() -
getVisible
public boolean getVisible() -
setTabCloseable
-
setLazyLoading
-
setVisible
-