Package p6 :: Package ui :: Package pages :: Module metadata
[show private | hide private]
[frames | no frames]

Module p6.ui.pages.metadata

Standard metadata page.
Classes
ItemMetadataPage Basic metadata page for groups which apply to an IItem interface; this page duplicates the fields as necessary in order to show the group for each item the group applies to.
MetadataPage Basic metadata page; generated for most metadata groups.

Function Summary
  generatePages(itemInterfaces)
Returns a list of page objects, automatically generated from the supplied metadata field definitions.
  item_metaGroupWizPage(metaGroup)
Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IWorkItem to a wizard page.
  storage_metaGroupWizPage(metaGroup)
Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IStorage to a wizard page.
  work_metaGroupWizPage(metaGroup)
Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IWork to a wizard page.

Function Details

generatePages(itemInterfaces=[<InterfaceClass p6.storage.interfaces.IWork>, <Interface...)

Returns a list of page objects, automatically generated from the supplied metadata field definitions.
Parameters:
itemInterfaces - Interfaces to generate pages for.
           (type=sequence)

item_metaGroupWizPage(metaGroup)

Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IWorkItem to a wizard page.

If you define your own item type, you need to register an adapter from the type's interface to p6.ui.interfaces.IWizardPage.

storage_metaGroupWizPage(metaGroup)

Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IStorage to a wizard page. If you define your own item type, you need to register an adapter from the type's interface to p6.ui.interfaces.IWizardPage.

work_metaGroupWizPage(metaGroup)

Subscription adapter to adapt a metadata group which applies to p6.storage.interfaces.IWork to a wizard page.

If you define your own item type, you need to register an adapter from the type's interface to p6.ui.interfaces.IWizardPage.

Generated by Epydoc 2.1 on Fri Jun 24 12:01:19 2005 http://epydoc.sf.net