org.apache.cocoon.forms.datatype
Interface FilterableSelectionList

All Superinterfaces:
SelectionList
All Known Implementing Classes:
DynamicSelectionList, JavaScriptSelectionList

public interface FilterableSelectionList
extends SelectionList

Extension of SelectionList that can be filtered. Used primarily to build suggestion lists.

Since:
2.1.9
Version:
$Id: FilterableSelectionList.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.forms.datatype.SelectionList
ITEM_EL, LABEL_EL, SELECTION_LIST_EL
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale, String filter)
          Generates the filtered selection list
 
Methods inherited from interface org.apache.cocoon.forms.datatype.SelectionList
generateSaxFragment, getDatatype
 

Method Detail

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale,
                                String filter)
                         throws SAXException
Generates the filtered selection list

Parameters:
contentHandler - where to stream the XML
locale - the locale to be used for value formatting
filter - the filter string
Throws:
SAXException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.