public interface IMultiplePropertySelectionRenderer
MultiplePropertySelection
component
to render the individual elements obtained from the model
.Modifier and Type | Method and Description |
---|---|
void |
beginRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Begins the rendering of the
MultiplePropertySelection . |
void |
endRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Ends the rendering of the
MultiplePropertySelection . |
void |
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 beginRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
MultiplePropertySelection
.void 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)
model
.void endRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
MultiplePropertySelection
.