Package net.sf.tapestry.contrib.form

Interface Summary
IMultiplePropertySelectionRenderer Defines an object that works with a MultiplePropertySelection component to render the individual elements obtained from the model.
 

Class Summary
CheckBoxMultiplePropertySelectionRenderer Implementation of IMultiplePropertySelectionRenderer that produces a table of checkbox (<input type=checkbox>) elements.
MultiplePropertySelection A component which uses <input type=checkbox> to set a property of some object.