|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |