|
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.vocabulary.formview.VocabularyFormModel
The Vocabulary Form View Model This reads in a VX User Profile and provides the Elements and form view mappings
Field Summary | |
protected VocabularySchemaController |
_schemaController
The Vocabulary Schema Controller |
protected Vocabulary |
_vocabulary
The Vocabulary Document |
protected VocabularyHelperProfile |
_vxProfile
The Vocabulary Helper Profile |
Constructor Summary | |
VocabularyFormModel()
Default constructor |
Method Summary | |
protected VocabularyField |
createElementWidget(ReloadSchemaElement schemaElement)
Create a widget bound to an Element |
VocabularyField |
createWidget(VocabularyProfileElement profileElement)
Create a suitable component for a Schema Element or Attribute |
VocabularyProfileElement |
getRootElement()
Get the Root Element of the Vocabulary Profile |
void |
setDocument(Vocabulary vocabulary)
Update the Document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Vocabulary _vocabulary
protected VocabularySchemaController _schemaController
protected VocabularyHelperProfile _vxProfile
Constructor Detail |
public VocabularyFormModel()
Method Detail |
public void setDocument(Vocabulary vocabulary)
vocabulary
- the vocabulary documentpublic VocabularyProfileElement getRootElement()
public VocabularyField createWidget(VocabularyProfileElement profileElement)
profileElement
- The profileElement for which to make the widget
protected VocabularyField 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 |