org.apache.cocoon.forms.datatype
Interface SelectionList

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

public interface SelectionList

Interface to be implemented by selection lists.

Version:
$Id: SelectionList.java 56582 2004-11-04 10:16:22Z sylvain $

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