ListRowData class
The ListRowData class allows you to do the following:
- Add
and remove rows to and from the result list.
- Get
and set the row
- Get information about the list's columns with the getMetaData() method
- Set column information with the setMetaData() method
The
ListRowData class represents a list of data. ListRowData can
represent many types of information, including the following,
through AS/400 Toolbox for Java access
classes:
This example shows you how
ListRowData and HTMLTableConverter work. It shows the java code,
HTML code, and HTML look and feel.