Represents a field on an HTML form that contains a string value or an array
of string values. A field is created for a control and is linked to it with
its name.
The field offers an ValueChangedEvent.
author: Florian Lippisch version: $Revision: 1.2 $
Constructor Summary
public
Field(Control parent) Creates a new field with an autogenerated name.
public
Field(Control parent, String name) Creates a new field with the given name.
Set the values of the field as array without fireing the ValueChangedEvent. The
event is added to the ValueChangedQueue for later processing.
Parameters: values - Parameters: queue -
Returns the id of the field. This property must return a unique id of
the field that can be used to identify the field when it is submited
by the browser.