|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Form
component that creates a text field that allows for validation of user input and
conversion between string and object values.RequiredField
s for required field checking on rewind and
generating client-side logic during render.VadidatableFieldSupport
implementation.IValidationDelegate
or
fields
.IValidationDelegate
that can be used as a managed bean.ValidationStrings.getMessagePattern(String, Locale)
and
MessageFormat.format(java.lang.String, java.lang.Object[])
.IFormComponent
to perform
server-side validation (Validator.validate(IFormComponent, ValidationMessages, Object)
) as well
as generate cleint-side validation (in the form of JavaScript submit listeners).IBinding
that provides IValidator
instances based on a validator bean descriptor.IValidator
when submitted input is not valid.Validator
instances from a specification.Validator
s.ValueConverter
.Number.doubleValue()
.
Number.doubleValue()
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |