|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatableField | |
---|---|
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
Uses of ValidatableField in org.apache.tapestry.form |
---|
Subinterfaces of ValidatableField in org.apache.tapestry.form | |
---|---|
interface |
TranslatedField
|
Classes in org.apache.tapestry.form that implement ValidatableField | |
---|---|
class |
Checkbox
Implements a component that manages an HTML <input type=checkbox> form element. |
class |
DatePicker
Provides a Form java.util.Date field component for selecting dates. |
class |
PropertySelection
A component used to render a drop-down list of options that the user may select. |
class |
RadioGroup
A special type of form component that is used to contain Radio components. |
class |
Select
Implements a component that manages an HTML <select> form element. |
class |
TextArea
Implements a component that manages an HTML <textarea> form element. |
class |
TextField
Implements a component that manages an HTML <input type=text> or <input type=password> form element. |
class |
Upload
Form element used to upload files. |
Methods in org.apache.tapestry.form with parameters of type ValidatableField | |
---|---|
protected java.util.Iterator |
ValidatableFieldSupportImpl.getValidatorsIterator(ValidatableField component)
|
boolean |
ValidatableFieldSupport.isRequired(ValidatableField field)
Returns true if this component is required. |
boolean |
ValidatableFieldSupportImpl.isRequired(ValidatableField field)
|
void |
ValidatableFieldSupport.renderContributions(ValidatableField field,
IMarkupWriter writer,
IRequestCycle cycle)
Called during render of the specified component. |
void |
ValidatableFieldSupportImpl.renderContributions(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle)
|
void |
ValidatableFieldSupport.validate(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
java.lang.Object value)
Called during rewind of the specified component. |
void |
ValidatableFieldSupportImpl.validate(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
java.lang.Object object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |