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).
 

Fields in org.apache.tapestry.form declared as IPropertySelectionRenderer
static IPropertySelectionRenderer PropertySelection.DEFAULT_SELECT_RENDERER
          A shared instance of SelectPropertySelectionRenderer.
static IPropertySelectionRenderer PropertySelection.DEFAULT_RADIO_RENDERER
          A shared instance of RadioPropertySelectionRenderer.
 

Methods in org.apache.tapestry.form that return IPropertySelectionRenderer
abstract  IPropertySelectionRenderer PropertySelection.getRenderer()