org.apache.cocoon.forms.samples
Class DateTestJavaSelectionList

java.lang.Object
  extended by org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
      extended by org.apache.cocoon.forms.samples.DateTestJavaSelectionList
All Implemented Interfaces:
Serviceable, JavaSelectionList, SelectionList

public class DateTestJavaSelectionList
extends AbstractJavaSelectionList


Field Summary
 
Fields inherited from class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
datatype, manager
 
Fields inherited from interface org.apache.cocoon.forms.datatype.SelectionList
ITEM_EL, LABEL_EL, SELECTION_LIST_EL
 
Constructor Summary
DateTestJavaSelectionList()
           
 
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
 

Constructor Detail

DateTestJavaSelectionList

public DateTestJavaSelectionList()
Method Detail

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.