Package org.teamapps.dto
Class UiWorkSpaceLayout.RefreshViewAttributesCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RefreshViewAttributesCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiWorkSpaceLayout
public static class UiWorkSpaceLayout.RefreshViewAttributesCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.lang.StringtabCaptionprotected booleantabCloseableprotected java.lang.StringtabIconprotected java.lang.StringviewNameprotected booleanvisible -
Constructor Summary
Constructors Constructor Description RefreshViewAttributesCommand()Deprecated.Only for Jackson deserialization.RefreshViewAttributesCommand(java.lang.String componentId, java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, boolean tabCloseable, boolean visible) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringgetTabCaption()booleangetTabCloseable()java.lang.StringgetTabIcon()java.lang.StringgetViewName()booleangetVisible()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
viewName
protected java.lang.String viewName -
tabIcon
protected java.lang.String tabIcon -
tabCaption
protected java.lang.String tabCaption -
tabCloseable
protected boolean tabCloseable -
visible
protected boolean visible
-
-
Constructor Details
-
RefreshViewAttributesCommand
@Deprecated public RefreshViewAttributesCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
RefreshViewAttributesCommand
public RefreshViewAttributesCommand(java.lang.String componentId, java.lang.String viewName, java.lang.String tabIcon, java.lang.String tabCaption, boolean tabCloseable, boolean visible)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getViewName
public java.lang.String getViewName() -
getTabIcon
public java.lang.String getTabIcon() -
getTabCaption
public java.lang.String getTabCaption() -
getTabCloseable
public boolean getTabCloseable() -
getVisible
public boolean getVisible()
-