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 $

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

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-2010 The Apache Software Foundation. All Rights Reserved.