org.apache.cocoon.forms.datatype
Interface JavaSelectionList

All Superinterfaces:
SelectionList
All Known Implementing Classes:
AbstractJavaSelectionList

public interface JavaSelectionList
extends SelectionList

A selection list that takes its values from the custom java class itself.

Version:
$Id: JavaSelectionList.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
 
Method Summary
 String getAttribute(String name)
           
 boolean isNullable()
           
 void removeAttribute(String name)
           
 void setAttribute(String name, String value)
           
 void setDatatype(Datatype datatype)
           
 void setNullable(boolean nullable)
           
 
Methods inherited from interface org.apache.cocoon.forms.datatype.SelectionList
generateSaxFragment, getDatatype
 

Method Detail

setDatatype

public void setDatatype(Datatype datatype)

isNullable

public boolean isNullable()

setNullable

public void setNullable(boolean nullable)

getAttribute

public String getAttribute(String name)

setAttribute

public void setAttribute(String name,
                         String value)

removeAttribute

public void removeAttribute(String name)


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