Uses of Class
com.arsdigita.formbuilder.AttributeType

Packages that use AttributeType
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
 

Uses of AttributeType in com.arsdigita.formbuilder
 

Fields in com.arsdigita.formbuilder declared as AttributeType
static AttributeType AttributeType.INTEGER
          Standard attribute types
static AttributeType AttributeType.TEXT
           
static AttributeType AttributeType.DATE
           
 

Methods in com.arsdigita.formbuilder that return AttributeType
 AttributeType AttributeMetaData.getAttributeType()
          Will return null if no attribute type has been set
 

Methods in com.arsdigita.formbuilder with parameters of type AttributeType
 void AttributeMetaData.setAttributeType(AttributeType attributeType)
           
 

Constructors in com.arsdigita.formbuilder with parameters of type AttributeType
AttributeMetaData(String parameterName, AttributeType attributeType)
           
AttributeMetaData(String parameterName, String label, AttributeType attributeType)
           
AttributeMetaData(String parameterName, String label, boolean isRequired, boolean isMultiple, AttributeType attributeType)
          Constructor.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC