ListRowData class

The IBM® Toolbox for Java™ ListRowData class represents a list of data in table form. In the table, each row contains a finite number of columns determined by the ListMetaData object and each column within a row contains an individual data item. The data can be a directory in the integrated file system, a list of jobs, a list of printers, or a variety of other data.

The ListRowData class allows you to do the following:

The ListRowData class represents a list of data. ListRowData can represent many types of information, including the following, through IBM Toolbox for Java access classes:

Example

The following example shows how the ListRowData and HTMLTableConverter classes work. The example shows the Java code, HTML code, and HTML look and feel.

Example: Using ListRowData