Package com.novell.emframe.dev.dataTable

The dataTable package contains Java classes to use in creating a simpleTable as part of the iManager JSP tag library (iman.tld).

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.
 

Package com.novell.emframe.dev.dataTable Description

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:

Since:
2.5


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.