Uses of Interface
org.apache.tapestry.form.IPropertySelectionRenderer

Packages that use IPropertySelectionRenderer
org.apache.tapestry.form Components for implementing basic HTML Forms. 
 

Uses of IPropertySelectionRenderer in org.apache.tapestry.form
 

Classes in org.apache.tapestry.form that implement IPropertySelectionRenderer
 class RadioPropertySelectionRenderer
          Implementation of IPropertySelectionRenderer that produces a table of radio (<input type=radio>) elements.
 class SelectPropertySelectionRenderer
          Implementation of IPropertySelectionRenderer that produces a <select> element (containing <option> elements).
 



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