VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.vocabulary.VocabularyProfileElement

Packages that use VocabularyProfileElement
uk.ac.reload.editor.vocabulary   
uk.ac.reload.editor.vocabulary.formview   
 

Uses of VocabularyProfileElement in uk.ac.reload.editor.vocabulary
 

Fields in uk.ac.reload.editor.vocabulary declared as VocabularyProfileElement
protected  VocabularyProfileElement VocabularyHelperProfile._rootElement
          The Root VocabularyProfileElement
protected  VocabularyProfileElement VocabularyProfileElement.parent
          The Parent, or null if no parent
protected  VocabularyProfileElement[] VocabularyProfileElement.children
          This Element's children
 

Methods in uk.ac.reload.editor.vocabulary that return VocabularyProfileElement
 VocabularyProfileElement VocabularyHelperProfile.getRootElement()
          Get the VocabularyProfileField root field
 VocabularyProfileElement[] VocabularyProfileElement.getChildren()
          Return the Children of this Profile Element
 VocabularyProfileElement VocabularyProfileElement.getParent()
          Get the parent
 

Uses of VocabularyProfileElement in uk.ac.reload.editor.vocabulary.formview
 

Methods in uk.ac.reload.editor.vocabulary.formview that return VocabularyProfileElement
 VocabularyProfileElement VocabularyFormModel.getRootElement()
          Get the Root Element of the Vocabulary Profile
 

Methods in uk.ac.reload.editor.vocabulary.formview with parameters of type VocabularyProfileElement
 VocabularyField VocabularyFormModel.createWidget(VocabularyProfileElement profileElement)
          Create a suitable component for a Schema Element or Attribute
 


VdexReload 1.1.3 API