inherits from ContentProxy;
Datebook content proxies are content proxies that hold tasks. Task proxies do most of the work, with this class providing the important features of class ContentProxy, such as MailOnTelecard.
Instantiate: sometimes Subclass: rarely Call its methods: often
Class DatebookContentProxy overrides just two methods of class ContentProxy, CreateContainer and MailOnTelecard. Only MailOnTelecard is a method you're likely to call.
Class DatebookContentProxy defines the following methods:
| Method | Description |
|---|---|
| CreateContainer | Overridden to create a TaskProxy to hold the task |
| MailOnTelecard | Overridden to put the TaskProxy on the Telecard |
Class DatebookContentProxy defines the following fields:
| Field | Type | Description |
|---|---|---|
| Inherited from SingleLinkable: | ||
| next | Object | Next item in view list |
| Inherited from Linkable: | ||
| previous | Object | Previous item in view list |
| Inherited from Viewable: | ||
| superview | Viewable | Container for this object |
| subview | Viewable | Object contained by this object |
| relativeOrigin | Dot | Origin relative to superview |
| contentSize | Dot | Size of content rectangle |
| viewFlags | Unsigned | Property settings |
| labelStyle | TextStyle | Text style of object's label |
| color | Color | Color of object's content |
| shadow | Shadow | Shadow drawn with object |
| sound | Sound | Sound associated with object |
| Inherited from Stamp: | ||
| image | Image | Image used to draw stamp |
| Inherited from Proxy: | ||
| target | Object | The object for which this proxy is a stand-in; used by the | Target attribute |
| proxyFlags | Unsigned | Flags that control various aspects of the proxy object |
| Inherited from ContentProxy: | ||
| conveyFlags | Flags | Various flags indicating special handling of items |