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 1304258 2012-03-23 10:09:27Z ilgrosso $
generateSaxFragment
void generateSaxFragment(ContentHandler contentHandler,
Locale locale,
String filter)
throws SAXException
- Generates the filtered selection list
- Parameters:
contentHandler
- where to stream the XMLlocale
- the locale to be used for value formattingfilter
- the filter string
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.