|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.editor.metadata.formview.MetadataFormModel
The Metadata Form View Model This reads in a MD User Profile and provides the Elements and form view mappings
Field Summary | |
protected MetadataHelperProfile |
_mdProfile
The Metadata Helper Profile |
protected Metadata |
_metadata
The Metadata Document |
protected MetadataSchemaController |
_schemaController
The Metadata Schema Controller |
Constructor Summary | |
MetadataFormModel()
Default constructor |
Method Summary | |
protected MetadataField |
createElementWidget(ReloadSchemaElement schemaElement)
Create a widget bound to an Element |
MetadataField |
createWidget(MetadataProfileElement profileElement)
Create a suitable component for a Schema Element or Attribute |
MetadataProfileElement |
getRootElement()
Get the Root Element of the Metadata Profile |
void |
setDocument(Metadata metadata)
Update the Document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Metadata _metadata
protected MetadataSchemaController _schemaController
protected MetadataHelperProfile _mdProfile
Constructor Detail |
public MetadataFormModel()
Method Detail |
public void setDocument(Metadata metadata)
metadata
- the metadata documentpublic MetadataProfileElement getRootElement()
public MetadataField createWidget(MetadataProfileElement profileElement)
profileElement
- The profileElement for which to make the widget
protected MetadataField createElementWidget(ReloadSchemaElement schemaElement)
schemaElement
- The Element to Widgetise
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |