org.apache.cocoon.forms.datatype
Interface SelectionList

All Known Subinterfaces:
FilterableSelectionList, JavaSelectionList
All Known Implementing Classes:
AbstractJavaSelectionList, DynamicSelectionList, EmptySelectionList, EnumSelectionList, FlowJXPathSelectionList, JavaScriptSelectionList, StaticSelectionList

public interface SelectionList

Interface to be implemented by selection lists.

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

Field Summary
static String ITEM_EL
           
static String LABEL_EL
           
static String SELECTION_LIST_EL
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale)
           
 Datatype getDatatype()
           
 

Field Detail

SELECTION_LIST_EL

public static final String SELECTION_LIST_EL
See Also:
Constant Field Values

ITEM_EL

public static final String ITEM_EL
See Also:
Constant Field Values

LABEL_EL

public static final String LABEL_EL
See Also:
Constant Field Values
Method Detail

getDatatype

public Datatype getDatatype()

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale)
                         throws SAXException
Throws:
SAXException


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