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 $
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.