An Archetype derived version of CMFCalendar's Event
Definition at line 48 of file ATEvent.py.
Public Member Functions | |
def | __cmp__ |
def | __hash__ |
def | cmf_edit |
def | getEventTypes |
def | post_validate |
def | setEventType |
def | setSubject |
def | update |
Static Public Attributes | |
tuple | actions = updateActions(ATCTContent, CalendarSupportMixin.actions) |
string | archetype_name = 'AT Event' |
tuple | assocFileExt = ('event', ) |
tuple | assocMimetypes = () |
tuple | cmf_edit_kws |
string | content_icon = 'event_icon.gif' |
string | default_view = 'event_view' |
tuple | duration = ComputedAttribute(_duration) |
tuple | end_date = ComputedAttribute(_end_date) |
string | immediate_view = 'event_view' |
string | meta_type = 'ATEvent' |
tuple | newTypeFor = ('Event', 'CMF Event') |
schema = ATEventSchema | |
tuple | security = ClassSecurityInfo() |
tuple | start_date = ComputedAttribute(_start_date) |
tuple | suppl_views = () |
string | typeDescMsgId = 'description_edit_event' |
string | typeDescription = 'Fill in the details of the event you want to add.' |
Private Member Functions | |
def | _duration |
def | _end_date |
def | _start_date |
Static Private Attributes | |
__implements__ = ATCTContent.__implements__,IATEvent |