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

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

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 writer
    cycle - tapestry cycle
    values - List of values used to render list