Package org.teamapps.dto
Class UiTabPanel.SetTabConfigurationCommand
java.lang.Object
org.teamapps.dto.UiTabPanel.SetTabConfigurationCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetTabConfigurationCommand(String componentId, String tabId, String icon, String caption, boolean closeable, boolean visible, boolean rightSide) -
Method Summary
-
Field Details
-
componentId
-
tabId
-
icon
-
caption
-
closeable
protected boolean closeable -
visible
protected boolean visible -
rightSide
protected boolean rightSide
-
-
Constructor Details
-
SetTabConfigurationCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetTabConfigurationCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getTabId
-
getIcon
-
getCaption
-
getCloseable
public boolean getCloseable() -
getVisible
public boolean getVisible() -
getRightSide
public boolean getRightSide()
-