RecordListRowData class
The RecordListRowData class allows you to do the following:
The
RecordListRowData class represents a list of records. A record
can be obtained from the server in different formats, including:
- A record to be written to or read from a server file
- An entry in a data queue
- The parameter data from a program call
- Any data returned that needs to be converted between the server format and Java format
This example shows you how
RecordListRowData and HTMLTableConverter work. It shows the java
code, HTML code, and HTML look and feel.