Trees | Index | Help |
|
---|
Package p6 :: Package ui :: Package pages :: Module store :: Class StorePage |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ |PyPanel
--+ |XrcWizPage
--+ | StorePage
Method Summary | |
---|---|
| |
Event handler for onChanged events; fired by ccWx when the page is displayed. | |
Re-enables the UI and publishes a p6.storage.events.PostStore event. | |
Event handler for p6.ui.events.IResetStatus events. | |
Publishes a p6.storage.events.StoreWork event; storage
providers should listen for this event. | |
Event handler for p6.ui.events.IUpdateStatus events. | |
Publishes a p6.storage.events.ValidateWork event which
allows metadata providers to register errors before the upload
occurs. | |
Inherited from XrcWizPage | |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
str |
PAGE_XRC = '\n<resource>\n <object class="wxPanel" name...
|
str |
XRCID = 'STORE_PROGRESS'
|
Inherited from XrcWizPage | |
Implements |
__implemented__ = <implementedBy ccwx.xrcwiz.XrcWizPage>
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Instance Method Details |
---|
__init__(self,
parent,
headline='Uploading')
|
onChanged(self, event)Event handler for onChanged events; fired by ccWx when the page is displayed. Disables the next button, and calls validate, then store.
|
postStore(self, event)Re-enables the UI and publishes ap6.storage.events.PostStore event.
|
resetStatus(self, event)Event handler forp6.ui.events.IResetStatus events.
|
store(self)Publishes ap6.storage.events.StoreWork event;
storage providers should listen for this event.
|
updateStatus(self, event)Event handler forp6.ui.events.IUpdateStatus events.
|
validateItem(self)Publishes ap6.storage.events.ValidateWork event
which allows metadata providers to register errors before the upload
occurs.
|
Class Variable Details |
---|
XRCID
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 24 12:01:24 2005 | http://epydoc.sf.net |