|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaObject | |
com.arsdigita.formbuilder | The Form Builder service provides the ability to build simple forms with a web user interface. |
com.arsdigita.formbuilder.ui | The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. |
Uses of MetaObject in com.arsdigita.formbuilder |
Methods in com.arsdigita.formbuilder that return MetaObject | |
MetaObject |
MetaObjectCollection.getMetaObject()
Get the current item as a MetaObject domain object. |
static MetaObject |
MetaObject.create(BebopObjectType type,
String prettyName,
String prettyPlural,
String className,
String propertiesForm)
Creates a new meta object, initialising all the default attributes |
static MetaObject |
MetaObject.retrieve(DataObject obj)
|
static MetaObject |
MetaObject.findByClass(BebopObjectType type,
Class name)
Returns the meta object associated with a particular class. |
static MetaObject |
MetaObject.findByClassName(BebopObjectType type,
String name)
Returns the meta object associated with a particular class. |
Uses of MetaObject in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui with parameters of type MetaObject | |
protected PropertiesEditor |
ProcessListenerProperties.getPropertiesEditor(MetaObject obj)
|
protected abstract PropertiesEditor |
MetaObjectProperties.getPropertiesEditor(MetaObject obj)
|
protected PropertiesEditor |
ControlProperties.getPropertiesEditor(MetaObject obj)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |