|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Renderer used by Autocompleter
component to render lists usable
by the currently integrated script.aculo.us
javascript library.
This particular library expects the rendered contents of this class to be an unordered html list.
Method Summary | |
void |
renderList(IMarkupWriter writer,
IRequestCycle cycle,
Iterator values)
Renders an unordered html list to the response, using the specified collection of values as the contents to fill in the |
Method Detail |
public void renderList(IMarkupWriter writer, IRequestCycle cycle, Iterator values)
writer
- Markup writercycle
- tapestry cyclevalues
- List of values used to render list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |