org.apache.cocoon.forms.samples
Class DateTestJavaSelectionList
java.lang.Object
org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
org.apache.cocoon.forms.samples.DateTestJavaSelectionList
- All Implemented Interfaces:
- Serviceable, JavaSelectionList, SelectionList
public class DateTestJavaSelectionList
- extends AbstractJavaSelectionList
Method Summary |
protected boolean |
build()
Build the list of SelectionListItems using #addItem(Object, String). |
Methods inherited from class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList |
addItem, addItem, generateSaxFragment, getAttribute, getDatatype, getItems, isNullable, markForRebuild, removeAttribute, service, setAttribute, setDatatype, setNullable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTestJavaSelectionList
public DateTestJavaSelectionList()
build
protected boolean build()
throws Exception
- Description copied from class:
AbstractJavaSelectionList
- Build the list of SelectionListItems using #addItem(Object, String).
- Specified by:
build
in class AbstractJavaSelectionList
- Returns:
true
if the list should be rebuild on each usage,
false
if it is static.
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.