Uses of Class
org.apache.tapestry.contrib.form.MultiplePropertySelection

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

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

Methods in org.apache.tapestry.contrib.form with parameters of type MultiplePropertySelection
 void CheckBoxMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Writes the <table> element.
 void CheckBoxMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Closes the <table> element.
 void CheckBoxMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.form.IPropertySelectionModel model, java.lang.Object option, int index, boolean selected)
          Writes a row of the table.
 void IMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Begins the rendering of the MultiplePropertySelection.
 void IMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.form.IPropertySelectionModel model, java.lang.Object option, int index, boolean selected)
          Invoked for each element obtained from the model.
 void IMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Ends the rendering of the MultiplePropertySelection.