IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

ContentPane

The ContentPane widget has the ability to both be contained by other widgets and to contain other widgets.

Implementation base

The ContentPane widget is a Dojo-based widget:
  • com.ibm.btt.dijit.layout.ContentPane

Properties

The following properties can be configured for the ContentPane widget.
Table 1. Properties that can be configured for the ContentPane widget.
Property Description
id The id is the identifier for the widget.
selected The selected property is a boolean property that specifies whether the ContentPane widget is in a selected state. This is an optional property.
title The title property specifies the title that is displayed on the ContentPane widget. This is an optional property.
closable The closable property specifies whether the ContentPane widget can be closed by a user. This is an optional property.

Data mapping

Because the ContentPane 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.

ECA editor support

The following events and properties can be configured for the ContentPane widget with the ECA editor.
Table 2. Events that can be added to the ContentPane widget by using the ECA editor.
Event Description
onClick Is fired when the left mouse button is clicked.
onFocus Is fired when the widget receives focus because the user moves the mouse pointer over the widget.
onBlur Is fired when the widget does not receive focus, or when the user clicks outside the widget, or when the widget is hidden.
onKeyDown Is fired when a keyboard key is pressed.
onKeyUp Is fired when a keyboard key is released.
onKeyPress Is fired when a keyboard key is pressed or held down.
onMouseDown Is fired when a mouse button is clicked.
onMouseUp Is fired when a mouse button is released
onMouseEnter Is fired when the mouse pointer moves over the widget.
onMouseLeave Is fired when the mouse pointer moves out of the widget.
onMouseMove Is fired when the mouse pointer moves over nodes that are contained in the widget.
onClose Is fired when the content pane is closed.
onShow Is fired when the content pane is displayed.
Table 3. Properties that can be configured for the ContentPane widget by using the ECA editor.
Property Description
title The title property specifies the title that is displayed on the ContentPane widget. This is an optional property.
closable The closable property specifies whether the ContentPane widget can be closed by a user. This is an optional property.


Feedback