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

Packages that use SelectionList
org.apache.cocoon.woody.datatype   
org.apache.cocoon.woody.formmodel   
 

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

Classes in org.apache.cocoon.woody.datatype that implement SelectionList
 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 StaticSelectionList
          An implementation of a SelectionList.
 

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

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

Fields in org.apache.cocoon.woody.formmodel declared as SelectionList
protected  SelectionList Field.selectionList
           
 

Methods in org.apache.cocoon.woody.formmodel that return SelectionList
 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()
           
 

Methods in org.apache.cocoon.woody.formmodel with parameters of type SelectionList
 void MultiValueField.setSelectionList(SelectionList selectionList)
          Set this field's selection list.
 void SelectableWidget.setSelectionList(SelectionList selectionList)
           
 void AbstractDatatypeWidgetDefinition.setSelectionList(SelectionList selectionList)
           
 void Field.setSelectionList(SelectionList selectionList)
          Set this field's selection list.
 



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