|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiplePropertySelectionRenderer
Defines an object that works with a MultiplePropertySelection
component
to render the individual elements obtained from the model
.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |