IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Structure

The structure of the Column element has three layers, column model, column control, and column view component. The Column model is determined by the DOM structure for column. The Column logic manipulates the Column model through some basic functions, such as adding a row element, deleting a row element, checking the maximum width of the column and so on. The Column view component is the view component displayed in the browser, which binds those handling functions defined in Column logic class to the DOM event.

The attributes for Column model correspond to the Column XML DOM structure. The following are the attributes for Column DOM structure and the function.

The Column Logic contains two control classes: The Column Logic Class extends the Abstract Column Logic, implementing the function that is related to the Column View Component. So if you choose different Column View Component based on other UI framework, such as Ext2 , you can implement the specified Column Logic extending the Abstract Column Logic.

The Column View Component is displayed in the browser under the Tab-Content item, as the container for Row element.

For detailed information, refer to UserPageLayout.xml.



Feedback