Package org.teamapps.dto
Class UiWorkSpaceLayout.RefreshViewAttributesCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RefreshViewAttributesCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.RefreshViewAttributesCommand(String componentId, String viewName, String tabIcon, String tabCaption, boolean tabCloseable, boolean visible) -
Method Summary
-
Field Details
-
componentId
-
viewName
-
tabIcon
-
tabCaption
-
tabCloseable
protected boolean tabCloseable -
visible
protected boolean visible
-
-
Constructor Details
-
RefreshViewAttributesCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
RefreshViewAttributesCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getViewName
-
getTabIcon
-
getTabCaption
-
getTabCloseable
public boolean getTabCloseable() -
getVisible
public boolean getVisible()
-