org.apache.tapestry.scriptaculous
Interface ListItemRenderer
- All Known Implementing Classes:
- DefaultListItemRenderer
public interface ListItemRenderer
Renderer used by Suggest
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.
<ul>
<li>Apple</li>
<li>Apricot</li>
</ul>
renderList
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 writer to write content in to.cycle
- Current request cycle.values
- Values used to render list.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.