The TabbedPane widget can contain other widgets and the pages of a TabbedPane widget is manipulated through public APIs.
The TabbedPane container is complex container that has multiple panes (a ContentPane per each tab) and can be directly dragged into XUI as the root container, but shows only one pane at a time. It can be different from other containers in that it can be separated into two widgets
Property | Description |
---|---|
styleClass | The styleClass property specifies the name of the CSS style ( also known as CSS style class) associated with the widget. This property is set by selecting a style from the CSS styles table in the Style tab of the Properties view. If you do not configure the styleClass property, the default style is used instead. For more detailed information, refer to Setting CSS style to widgets |
id | The id is the identifier for the widget. |
hint | The hint is a description of the widget that is displayed as a tooltip for a user. The hint property has multilingual support. |
visibility | The visibility property specifies how a widget
is displayed on a GUI. Only the following values can be specified
for the visibility property of the TabbedPane widget:
|
tabPosition | The tabPosition property specifies the location
of the tabs on the TabbedPane widget. The following values are available
to be specified for the tabPosition property:
|
width | The width property specifies the width of the widget. This property is set in the Appearance tab of the Properties view. |
height | The height property specifies the height of the widget. This property is set in the Appearance tab of the Properties view. |
Because the TabbedPane widget is a container for other widgets, it is not mapped to data in a WebSphere® Multichannel Bank Transformation Toolkit context on the server-side.
Property | Description |
---|---|
styleClass | The styleClass property
specifies the name of the CSS style ( also known as CSS style class)
associated with the widget. This property is set by selecting a style
from the CSS styles table in the Style tab of the Properties view.
If you do not configure the styleClass property, the default style
is used instead. For more detailed information, refer to Setting CSS style to widgets Note: This
property can be used in the Actions part of
ECA rule.
|
visibility | The visibility property specifies how a widget
is displayed on a GUI. Only the following values can be specified
for the visibility property of the TabbedPane widget:
Note: The visibility property can be used in the Condition and Actions part
of ECA rule.
|
hint | The hint is a description of the widget that
is displayed as a tooltip for a user. The hint property has multilingual
support. Note: This property can be used in the Actions part
of ECA rule.
|
Function | Description |
---|---|
closeChildByIndex | The closeChildByIndex function closes a tab
page. An index is used to specify the tab page that closes. Note: This
function can be used in the Actions part of
ECA rule.
|
closeChildById | The closeChildById function closes a tab page.
An identifier is used to specify the tab page that closes. Note: This
function can be used in the Actions part of
ECA rule.
|
selectChildByIndex | The selectChildByIndex function displays a tab
page. An index is used to specify the tab page that is displayed. Note: This
function can be used in the Actions part of
ECA rule.
|
selectChildById | The selectChildById function displays a tab
page. An identifier is used to specify the tab page that is displayed. Note: This
function can be used in the Actions part of
ECA rule.
|