Package org.teamapps.dto
Class UiTabPanel.SetTabConfigurationCommand
java.lang.Object
org.teamapps.dto.UiTabPanel.SetTabConfigurationCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiTabPanel
public static class UiTabPanel.SetTabConfigurationCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SetTabConfigurationCommand()Deprecated.Only for Jackson deserialization.SetTabConfigurationCommand(java.lang.String componentId, java.lang.String tabId, java.lang.String icon, java.lang.String caption, boolean closeable, boolean visible, boolean rightSide) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCaption()booleangetCloseable()java.lang.StringgetComponentId()java.lang.StringgetIcon()booleangetRightSide()java.lang.StringgetTabId()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 -
tabId
protected java.lang.String tabId -
icon
protected java.lang.String icon -
caption
protected java.lang.String caption -
closeable
protected boolean closeable -
visible
protected boolean visible -
rightSide
protected boolean rightSide
-
-
Constructor Details
-
SetTabConfigurationCommand
@Deprecated public SetTabConfigurationCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetTabConfigurationCommand
public SetTabConfigurationCommand(java.lang.String componentId, java.lang.String tabId, java.lang.String icon, java.lang.String caption, boolean closeable, boolean visible, boolean rightSide)
-
-
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>
-
getTabId
public java.lang.String getTabId() -
getIcon
public java.lang.String getIcon() -
getCaption
public java.lang.String getCaption() -
getCloseable
public boolean getCloseable() -
getVisible
public boolean getVisible() -
getRightSide
public boolean getRightSide()
-