Package | Description |
---|---|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TranslatedField |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |