Uses of Class
org.apache.tapestry.form.PropertySelection

Packages that use PropertySelection
org.apache.tapestry.form Components for implementing basic HTML Forms. 
 

Uses of PropertySelection in org.apache.tapestry.form
 

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



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