ListMetaData class

The ListMetaData lets you get information about and change settings for the columns in a ListRowData class. It uses the setColumns() method to set the number of columns, clearing any previous column information. Alternatively, you can also pass the number of columns when you set the constructor's parameters.

This example shows you how ListMetaData, ListRowData and HTMLTableConverter work. It shows the java code, HTML code, and HTML look and feel.