net.sf.tacos.ajax.components
Interface ListItemRenderer
- All Known Implementing Classes:
- CountryFlagRenderer, DefaultListItemRenderer
- public interface ListItemRenderer
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.
- Author:
- jkuhnert
renderList
public 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
- elements
with.
- Parameters:
writer
- Markup writercycle
- tapestry cyclevalues
- List of values used to render list