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

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

Form controls for things liked masked input editing on text fields and multi property selection semantics. 

 

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)
           
 



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