Package | Description |
---|---|
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Modifier and Type | Class and Description |
---|---|
class |
ForBean |
class |
IfBean |
Modifier and Type | Class and Description |
---|---|
class |
Button
Implements a component that manages an HTML <input type=button> form element.
|
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 |
Hidden
Implements a hidden field within a
Form . |
class |
ImageSubmit
Used to create an image button inside a
Form . |
class |
LinkSubmit
Implements a component that submits its enclosing form via a JavaScript link.
|
class |
ListEdit
Deprecated.
As of release 4.0, replaced by
ForBean |
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 |
Submit
Implements a component that manages an HTML <input type=submit> 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 | Class and Description |
---|---|
class |
ValidField
A
Form component that creates a text field that allows for validation of user input and
conversion between string and object values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostfield
A base class for building components that correspond to WML postfield elements.
|
class |
Postfield
The postfield element specifies a field name and value for transmission to an origin server
during a URL request.
|
class |
SelectionField
SelectionField specifies a postfield element and it is used to complement the
PropertySelection component. |