org.apache.cocoon.forms.datatype
Interface SelectionListBuilder

All Known Implementing Classes:
DefaultSelectionListBuilder, EnumSelectionListBuilder, FlowJXPathSelectionListBuilder, JavaScriptSelectionListBuilder, JavaSelectionListBuilder

public interface SelectionListBuilder

Builds SelectionLists from an XML description.

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

Field Summary
static String ROLE
           
 
Method Summary
 SelectionList build(Element selectionListElement, Datatype datatype)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

build

public SelectionList build(Element selectionListElement,
                           Datatype datatype)
                    throws Exception
Throws:
Exception


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