Uses of Interface
org.apache.tapestry.FormBehavior

Packages that use FormBehavior
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of FormBehavior in org.apache.tapestry
 

Subinterfaces of FormBehavior in org.apache.tapestry
 interface IForm
          A generic way to access a component which defines an HTML form (or, perhaps, other similar constructs, such as a WML Go).
 

Uses of FormBehavior in org.apache.tapestry.form
 

Subinterfaces of FormBehavior in org.apache.tapestry.form
 interface FormSupport
          Interface for a utility object that encapsulates the majority of the Form's behavior.
 

Classes in org.apache.tapestry.form that implement FormBehavior
 class Form
          Component which contains form element components.
 class FormSupportImpl
          Encapsulates most of the behavior of a Form component.
 

Uses of FormBehavior in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement FormBehavior
 class Go
          The go element declares a go task, indicating navigation to a URI.
 class GoFormSupportImpl
          Subclass of FormSupportImpl that adjusts the output markup to conform to WML.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.