About this task
WebSphere® Multichannel Bank Transformation
Toolkit implements
default behavior when generating an XUI page from transaction context
data. For example, field type data is associated with a Text widget
by default, and iColl type data is associated with a Table widget
by default. However, technical developers have the option to override
default WebSphere Multichannel Bank Transformation
Toolkit behavior
when generating an XUI page from transaction context data, such as
associating iColl type data to a customized widget.
There are
two methods by which technical developers can change the default behavior
of XUI page generation:
- Simple method: Technical developers have some control over WebSphere Multichannel Bank Transformation
Toolkit default
generation behavior without implementing a new XUI generation class.
They can change the default XUI page generation behavior by changing
the configuration file of the WebSphere Multichannel Bank Transformation
Toolkit XUI default
behavior generator. This method is suitable for changing or creating
mapping between data type and widget.
- Full control method: Technical developers can implement and register
a new XUI generator for full control on XUI generation. The steps
in this topic describe how to change the default WebSphere Multichannel Bank Transformation
Toolkit behavior
of generating an XUI page.
To change the default XUI generation behaviour by implementing
and registering a new XUI generator, do the following steps: