VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.editor.metadata.MetadataProfileElement

Packages that use MetadataProfileElement
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.metadata.formview   
 

Uses of MetadataProfileElement in uk.ac.reload.editor.metadata
 

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

Methods in uk.ac.reload.editor.metadata that return MetadataProfileElement
 MetadataProfileElement[] MetadataProfileElement.getChildren()
          Return the Children of this Profile Element
 MetadataProfileElement MetadataProfileElement.getParent()
          Get the parent
 MetadataProfileElement MetadataHelperProfile.getRootElement()
          Get the root MetadataProfileElement
 

Uses of MetadataProfileElement in uk.ac.reload.editor.metadata.formview
 

Methods in uk.ac.reload.editor.metadata.formview that return MetadataProfileElement
 MetadataProfileElement MetadataFormModel.getRootElement()
          Get the Root Element of the Metadata Profile
 

Methods in uk.ac.reload.editor.metadata.formview with parameters of type MetadataProfileElement
 MetadataField MetadataFormModel.createWidget(MetadataProfileElement profileElement)
          Create a suitable component for a Schema Element or Attribute
 


VdexReload 1.1.3 API