|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| CheckboxTableCell | Class representing an individual cell in a simpleTable containing a checkbox. |
| IconTableCell | Class representing an individual cell in a simpleTable containing an icon. |
| LinkTableCell | Class representing an individual cell in a simpleTable containing clickable text. |
| TableCell | Abstract class representing an individual cell in a simpleTable. |
| TableCellContext | Contains information specific to a TableCell object and information about the table that contains the TableCell. |
| TextTableCell | Class representing an individual cell in a simpleTable containing only text. |
The dataTable package contains Java classes to use in creating a simpleTable as part of the iManager
JSP tag library (iman.tld). Here is an example of a simpleTable that uses the iman.tld:
<iman:dataTable titleKey="RBS.AvailableModules"
titleBundle="FwResources" menuItems="${menuItems}"
columnHeaders="${columnHeaders}"
tableData="${tableData}"
menuActionHandler="contentEventHandler"
linkActionHandler="contentLinkActionHandler" />
where:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||