org.apache.cocoon.woody.datatype
Interface SelectionList

All Known Implementing Classes:
DynamicSelectionList, EmptySelectionList, EnumSelectionList, FlowJXPathSelectionList, StaticSelectionList

public interface SelectionList

Interface to be implemented by selection lists.

Version:
$Id: SelectionList.html 1304258 2012-03-23 10:09:27Z 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

static final String SELECTION_LIST_EL
See Also:
Constant Field Values

ITEM_EL

static final String ITEM_EL
See Also:
Constant Field Values

LABEL_EL

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

getDatatype

Datatype getDatatype()

generateSaxFragment

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


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