readOnly This attribute specifies whether a component is read only.
If read only is true the component will be updated during
the updateForm but will not be accessed when performing
an updateModel.
If specified. This is a custom component handler
that will be used to handle value extraction and
setting of a component.
If not specified the default class component handler
will be used. void.class is used in this case because
Java annotations does not provide a means to default
a value to null.
This is a set of string parameters that can be passed
component handler. These parameters need to be passed
in the form of "[property]=[value]". You can pass
as many property/value combos as you like. In order for
the property/value to be useful your ComponentHandler
must have compatible setters.
This attribute specifies whether a component is read only.
If read only is true the component will be updated during
the updateForm but will not be accessed when performing
an updateModel. If default is specified then the default behavior
is used. This could be different for the type of component being
bound. Currently JLabels are defaulted to be read-only.