Package org.teamapps.dto
Klasse UiTabPanel.SetTabConfigurationCommand
java.lang.Object
org.teamapps.dto.UiTabPanel.SetTabConfigurationCommand
- Umschließende Klasse:
UiTabPanel
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetTabConfigurationCommand(String componentId, String tabId, String icon, String caption, boolean closeable, boolean visible, boolean rightSide) -
Methodenübersicht
-
Felddetails
-
componentId
-
tabId
-
icon
-
caption
-
closeable
protected boolean closeable -
visible
protected boolean visible -
rightSide
protected boolean rightSide
-
-
Konstruktordetails
-
SetTabConfigurationCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetTabConfigurationCommand
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getTabId
-
getIcon
-
getCaption
-
getCloseable
public boolean getCloseable() -
getVisible
public boolean getVisible() -
getRightSide
public boolean getRightSide()
-