This exercise demonstrates the use of the ListControl.
The control element generates a table whose structure and appearance can be freely
configured. The scrolling mechanism, the sorting within the columns or the updating
of the data model on clicking the check column do not have to be implemented.
These basic functions are already covered by the ListControl.
The following steps are required for using the ListControl:
- Selection of the design for the user interface
- Generation of an action class
- Instancing a ListControl
- Provision of display data
- Configuration of the TreeControls within the JSP-Page
to step 1
|