Form

A component that manages an HTML <form>. The other form-related components must be wrapped inside the Form.

Parameters

method

The value to use for the method attribute of the <form> tag.

listener

The IActionListener, informed after the wrapped components of the form have had a chance to respond to the request.