org.apache.cocoon.forms.datatype
Interface JavaSelectionList

All Superinterfaces:
SelectionList
All Known Implementing Classes:
AbstractJavaSelectionList, DateTestJavaSelectionList

public interface JavaSelectionList
extends SelectionList

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

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

void setDatatype(Datatype datatype)

isNullable

boolean isNullable()

setNullable

void setNullable(boolean nullable)

getAttribute

String getAttribute(String name)

setAttribute

void setAttribute(String name,
                  String value)

removeAttribute

void removeAttribute(String name)


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