28 #ifndef __FormFieldSupportedEvents_h__ 29 #define __FormFieldSupportedEvents_h__ 31 #include "CPMUnknown.h" 32 #include "ISupportedEvents.h" 33 #include "FormFieldTypes.h" 51 virtual bool16 SupportsFormatEvents()
const {
return kFalse; }
52 virtual bool16 SupportsKeystrokeEvents()
const {
return kFalse; }
53 virtual bool16 SupportsValidateEvents()
const {
return kFalse; }
54 virtual bool16 SupportsCalculateEvents()
const{
return kFalse; }
55 virtual bool16 SupportsSignedEvents()
const {
return kFalse; }
56 virtual bool16 SupportsSelectionChangedEvents()
const {
return kFalse; }
57 virtual bool16 SupportsDocumentEvents()
const {
return kFalse; }
59 virtual bool16 SupportsMiscEvent(
IBehaviorEvent* inEvent )
const {
return kFalse; }
62 #endif // __FormFieldSupportedEvents_h__