|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void beginRender(MultiplePropertySelection component, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
MultiplePropertySelection
.
public 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
.
public 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 |