Trees | Index | Help |
|
---|
Package ZenEvents :: Module ZEvent :: Class ZEvent |
|
object
--+ |Event
--+ | ZEvent
EventDetail
Method Summary | |
---|---|
__init__(self,
manager,
fields,
data)
| |
return the css class name to be used for this event. | |
returns data ready for serialization | |
return a list of data elements that map to the fields parameter. | |
build an href to call the detail of this event | |
return the id of our manager. | |
Inherited from Event :
clearClasses ,
getDataList ,
getDedupFields ,
getEventData ,
getEventFields ,
updateFromDict ,
updateFromFields
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Class Variable Summary | |
---|---|
tuple |
__ac_permissions__ = ()
|
int |
__allow_access_to_unprotected_subobjects__ = 1 |
Method Details |
---|
getCssClass(self)return the css class name to be used for this event. |
getDataForJSON(self, fields)returns data ready for serialization |
getDataListWithLinks(self, fields, cssClass='')return a list of data elements that map to the fields parameter. |
getEventDetailHref(self)build an href to call the detail of this event |
zem(self)return the id of our manager. |
Class Variable Details |
---|
__ac_permissions__
|
__allow_access_to_unprotected_subobjects__
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:07 2007 | http://epydoc.sf.net |