HTMLFormConverter class

The HTMLFormConverter classes extends StringConverter by providing an additional convert method called convertToForms(). This method converts row data into an array of single-row HTML tables. You can use these table tags to display the formatted information on a browser.

You can tailor the appearance of the HTML form by using the various get and set methods to view or change the attributes of the form. For example, some of the attributes that you can set include:

Example: Using HTMLFormConverter

The following example illustrates using HTMLFormConverter. (You can compile and run this example with a webserver running.)

Using HTMLFormConverter