28 #ifndef __ActionSupportedEvents_h__ 29 #define __ActionSupportedEvents_h__ 31 #include "CPMUnknown.h" 32 #include "ISupportedEvents.h" 33 #include "FormFieldTypes.h" 52 virtual bool16 SupportsDocumentEvents()
const {
return kFalse; }
54 virtual bool16 SupportsFormatEvents()
const {
return kFalse; }
55 virtual bool16 SupportsKeystrokeEvents()
const {
return kFalse; }
56 virtual bool16 SupportsValidateEvents()
const {
return kFalse; }
57 virtual bool16 SupportsCalculateEvents()
const{
return kFalse; }
58 virtual bool16 SupportsSignedEvents()
const {
return kFalse; }
59 virtual bool16 SupportsSelectionChangedEvents()
const {
return kFalse; }
75 virtual bool16 SupportsDocumentEvents()
const {
return kFalse; }
77 virtual bool16 SupportsFormatEvents()
const {
return kFalse; }
78 virtual bool16 SupportsKeystrokeEvents()
const {
return kFalse; }
79 virtual bool16 SupportsValidateEvents()
const {
return kFalse; }
80 virtual bool16 SupportsCalculateEvents()
const{
return kFalse; }
81 virtual bool16 SupportsSignedEvents()
const {
return kFalse; }
82 virtual bool16 SupportsSelectionChangedEvents()
const {
return kFalse; }
85 #endif // __ActionSupportedEvents_h__