org.apache.cocoon.forms.datatype
Class EmptySelectionList

java.lang.Object
  extended byorg.apache.cocoon.forms.datatype.EmptySelectionList
All Implemented Interfaces:
SelectionList

public class EmptySelectionList
extends Object
implements SelectionList

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

Field Summary
 
Fields inherited from interface org.apache.cocoon.forms.datatype.SelectionList
ITEM_EL, LABEL_EL, SELECTION_LIST_EL
 
Constructor Summary
EmptySelectionList(String text)
           
EmptySelectionList(String text, boolean i18n)
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale)
           
 Datatype getDatatype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySelectionList

public EmptySelectionList(String text)

EmptySelectionList

public EmptySelectionList(String text,
                          boolean i18n)
Method Detail

getDatatype

public Datatype getDatatype()
Specified by:
getDatatype in interface SelectionList

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale)
                         throws SAXException
Specified by:
generateSaxFragment in interface SelectionList
Throws:
SAXException


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