Uses of Interface
org.apache.cocoon.forms.datatype.SelectionList

Packages that use SelectionList
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.samples   
 

Uses of SelectionList in org.apache.cocoon.forms.datatype
 

Subinterfaces of SelectionList in org.apache.cocoon.forms.datatype
 interface FilterableSelectionList
          Extension of SelectionList that can be filtered.
 interface JavaSelectionList
          A selection list that takes its values from the custom java class itself.
 

Classes in org.apache.cocoon.forms.datatype that implement SelectionList
 class AbstractJavaSelectionList
          Abstract implementation of a JavaSelectionList
 class DynamicSelectionList
          SelectionList implementation that always reads its content from the source each time it is requested.
 class EmptySelectionList
           
 class EnumSelectionList
          This type of selection list outputs a list of items corresponding to the possible instances of an EnumType.
 class FlowJXPathSelectionList
          A selection list that takes its values from the flow page data.
 class JavaScriptSelectionList
          A FilterableSelectionList based on a JavaScript snippet.
 class StaticSelectionList
          An implementation of a SelectionList.
 

Methods in org.apache.cocoon.forms.datatype that return SelectionList
 SelectionList SelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 SelectionList JavaSelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 SelectionList JavaScriptSelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 SelectionList FlowJXPathSelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 SelectionList EnumSelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 SelectionList DefaultSelectionListBuilder.build(Element selectionListElement, Datatype datatype)
           
 

Uses of SelectionList in org.apache.cocoon.forms.formmodel
 

Fields in org.apache.cocoon.forms.formmodel declared as SelectionList
protected  SelectionList Field.selectionList
          Overrides selection list defined in FieldDefinition, if any.
protected  SelectionList Field.suggestionList
          Overrides sugestion list defined in FieldDefinition, if any.
 

Methods in org.apache.cocoon.forms.formmodel that return SelectionList
protected  SelectionList AbstractDatatypeWidgetDefinitionBuilder.buildSelectionList(Element widgetElement, AbstractDatatypeWidgetDefinition definition, String name)
           
 SelectionList AbstractDatatypeWidgetDefinition.buildSelectionList(String uri)
          Builds a dynamic selection list from a source.
 SelectionList AbstractDatatypeWidgetDefinition.buildSelectionListFromModel(Object model, String valuePath, String labelPath)
          Builds a dynamic selection list from an in-memory collection.
 SelectionList AbstractDatatypeWidgetDefinition.getSelectionList()
           
 SelectionList FieldDefinition.getSuggestionList()
           
 SelectionList Field.getSuggestionList()
           
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type SelectionList
 void SelectableWidget.setSelectionList(SelectionList selectionList)
          Set the widget's selection list given a SelectionList.
 void MultiValueField.setSelectionList(SelectionList selectionList)
          Set this field's selection list.
 void Field.setSelectionList(SelectionList selectionList)
          Set this field's selection list.
 void AbstractDatatypeWidgetDefinition.setSelectionList(SelectionList selectionList)
           
 void FieldDefinition.setSuggestionList(SelectionList list)
           
 void Field.setSuggestionList(SelectionList suggestionList)
          Set this field's suggestion list.
 

Uses of SelectionList in org.apache.cocoon.forms.samples
 

Classes in org.apache.cocoon.forms.samples that implement SelectionList
 class DateTestJavaSelectionList
           
 



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