|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListItemRenderer
Renderer used by Autocompleter
component to render lists usable
by the currently integrated
script.aculo.us
javascript library.
Method Summary | |
---|---|
void |
renderList(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.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 |
---|
void renderList(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle, Iterator values)
writer
- Markup writercycle
- tapestry cyclevalues
- List of values used to render list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |