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

Packages that use Datatype
org.apache.cocoon.woody.datatype   
org.apache.cocoon.woody.datatype.typeimpl   
org.apache.cocoon.woody.formmodel   
 

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

Methods in org.apache.cocoon.woody.datatype that return Datatype
 Datatype DatatypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype DefaultDatatypeManager.createDatatype(Element datatypeElement, boolean arrayType)
           
 Datatype DatatypeManager.createDatatype(Element datatypeElement, boolean arrayType)
          Creates a datatype from an XML description.
 Datatype EnumSelectionList.getDatatype()
           
 Datatype SelectionList.getDatatype()
           
 Datatype DynamicSelectionList.getDatatype()
           
 Datatype FlowJXPathSelectionList.getDatatype()
           
 Datatype StaticSelectionList.getDatatype()
           
 Datatype EmptySelectionList.getDatatype()
           
 

Methods in org.apache.cocoon.woody.datatype with parameters of type Datatype
 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)
           
 

Constructors in org.apache.cocoon.woody.datatype with parameters of type Datatype
DynamicSelectionList(Datatype datatype, String src, ServiceManager serviceManager)
           
EnumSelectionList(String className, Datatype datatype, boolean nullable)
           
FlowJXPathSelectionList(Context context, String listPath, String valuePath, String labelPath, Datatype datatype)
           
FlowJXPathSelectionList(Object model, String valuePath, String labelPath, Datatype datatype)
          Builds a dynamic selection list from an in-memory collection.
StaticSelectionList(Datatype datatype)
           
 

Uses of Datatype in org.apache.cocoon.woody.datatype.typeimpl
 

Classes in org.apache.cocoon.woody.datatype.typeimpl that implement Datatype
 class AbstractDatatype
          Abstract base class for Datatype implementations.
 class BooleanType
          A Datatype implementation for java.lang.Boolean's.
 class DateType
          A Datatype implementation for java.util.Date's (so includes a time-component).
 class DecimalType
          A Datatype implementation for decimal numbers (backed by the java.math.BigDecimal class).
 class EnumType
          A Datatype implementation for types implementing Joshua Bloch's typesafe enum pattern.
 class FloatType
          A Datatype implementation for float numbers (backed by the java.lang.Float class).
 class IntegerType
          A Datatype implementation for whole numbers.
 class LongType
          A Datatype implementation for whole numbers.
 class StringType
          A Datatype implementation for strings.
 

Methods in org.apache.cocoon.woody.datatype.typeimpl that return Datatype
 Datatype IntegerTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype BooleanTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype StringTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype EnumTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype FloatTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype DateTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype DecimalTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 Datatype LongTypeBuilder.build(Element datatypeElement, boolean arrayType, DatatypeManager datatypeManager)
           
 

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

Methods in org.apache.cocoon.woody.formmodel that return Datatype
 Datatype DataWidget.getDatatype()
           
 Datatype AbstractDatatypeWidgetDefinition.getDatatype()
           
 Datatype Output.getDatatype()
           
 Datatype Field.getDatatype()
           
 

Methods in org.apache.cocoon.woody.formmodel with parameters of type Datatype
 void AbstractDatatypeWidgetDefinition.setDatatype(Datatype datatype)
           
 



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