Uses of Interface
org.apache.tapestry.contrib.form.IMultiplePropertySelectionRenderer

Packages that use IMultiplePropertySelectionRenderer
org.apache.tapestry.contrib.form   
 

Uses of IMultiplePropertySelectionRenderer in org.apache.tapestry.contrib.form
 

Classes in org.apache.tapestry.contrib.form that implement IMultiplePropertySelectionRenderer
 class CheckBoxMultiplePropertySelectionRenderer
          Implementation of IMultiplePropertySelectionRenderer that produces a table of checkbox (<input type=checkbox>) elements.
 

Fields in org.apache.tapestry.contrib.form declared as IMultiplePropertySelectionRenderer
static IMultiplePropertySelectionRenderer MultiplePropertySelection.DEFAULT_CHECKBOX_RENDERER
          A shared instance of CheckBoxMultiplePropertySelectionRenderer.
 

Methods in org.apache.tapestry.contrib.form that return IMultiplePropertySelectionRenderer
abstract  IMultiplePropertySelectionRenderer MultiplePropertySelection.getRenderer()
           
 

Methods in org.apache.tapestry.contrib.form with parameters of type IMultiplePropertySelectionRenderer
abstract  void MultiplePropertySelection.setRenderer(IMultiplePropertySelectionRenderer renderer)