Class ObjectAutoCompleteResponseRenderer<O>

  • All Implemented Interfaces:
    Serializable

    public abstract class ObjectAutoCompleteResponseRenderer<O>
    extends AbstractObjectAutoCompleteRenderer<O>
    A renderer, which has complete access to the list of choices and which is free to create a (more structured) drop down list. It is the responsibility of this renderer to add <li> elements with proper idvalue and textvalues attributes reflecting
    Since:
    Sep 26, 2008
    Author:
    roland
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectAutoCompleteResponseRenderer

        public ObjectAutoCompleteResponseRenderer()
    • Method Detail

      • onRequest

        public abstract void onRequest​(Iterator<O> pComps,
                                       WebResponse pResponse,
                                       String pInput)
        Render the provided components on the given response
        Parameters:
        pComps - the components to render
        pResponse - response to write to
        pInput - input search string