Package org.apache.tapestry.wml
SinceNot specified.
VersionNot specified.
AuthorHoward Lewis Ship <a href="mailto:hlship@apache.org">hlship@apache.org</a>, David Solis <a href="mailto:dsolis@apache.org">dsolis@apache.org</a>
| AbstractPostfield |
A base class for building components that correspond to WML postfield elements. |
| Card |
A deck contains a collection of cards. |
| Deck |
Concrete class for WML decks. |
| Do |
The do element provides a general mechanism for the user to act upon the current card,
in other words a card-level user interface element. |
| Go |
The go element declares a go task, indicating navigation to a URI. |
| GoLinkRenderer |
A subclass of DefaultLinkRenderer for
the WML Go element. |
| Image |
The Image component indicates that an image is to be included in the text flow. |
| Input |
The Input element specifies a text entry object. |
| NestedWMLWriter |
Subclass of WMLWriter that is nested. |
| OnEvent |
The onevent element binds a task to a particular intrinsic event for the immediately enclosing element, ie,
specifying an onevent element inside an "XYZ" element associates an intrinsic event binding with the "XYZ" element. |
| Option |
This component serves as a container for one item that is listed as a choice in a Select . |
| OptionRenderer |
Implementation of ILinkRenderer for
the WML Option element. |
| Postfield |
The postfield element specifies a field name and value for transmission to an origin server during a URL request. |
| PropertySelection |
A high level component used to render a drop-down list of options that the user may select. |
| Select |
The Select element lets users pick from a list of options. |
| SelectionField |
SelectionField specifies a postfield element and it is used to complement the PropertySelection component. |
| Setvar |
The setvar element specifies the variable to set in the current browser context as a side effect of executing a task. |
| Timer |
The Timer element declares a card timer, which exposes a means of processing inactivity or idle time. |
| WMLEngine |
Subclass of BaseEngine used for WML applications to change the
Exception, StaleLink and StaleSession pages. |
| WMLWriter |
This class is used to create WML output. |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
- Deck is an alternative to
BasePage that provides a
text/wml response.
- Basic support for WMLScript.
- No support for WML style tables.