public final class Event extends Object
PDFAction
objects.PDF.setAction(org.faceless.pdf2.Event, org.faceless.pdf2.PDFAction)
,
PDFPage.setAction(org.faceless.pdf2.Event, org.faceless.pdf2.PDFAction)
,
FormElement.setAction(org.faceless.pdf2.Event, org.faceless.pdf2.PDFAction)
,
AnnotationLink.setAction(org.faceless.pdf2.PDFAction)
,
WidgetAnnotation.setAction(org.faceless.pdf2.Event, org.faceless.pdf2.PDFAction)
Modifier and Type | Field and Description |
---|---|
static Event[] |
ALL
A list of all the Event objects, to make iterating over them easier
|
static Event |
BLUR
Occurs when a
WidgetAnnotation loses the cursor focus |
static Event |
CHANGE
Occurs when a
FormElement has it's value changed |
static Event |
CLICK
Deprecated.
this Event is now a synonym for
MOUSEUP |
static Event |
CLOSE
|
static Event |
FOCUS
Occurs when a
WidgetAnnotation gains the cursor focus |
static Event |
FORMAT
Occurs when a
FormElement has had it's value changed and is about
to be reformatted for display. |
static Event |
KEYPRESS
Occurs when a
FormElement has a key pressed in one of it's annotations. |
static Event |
MOUSEDOWN
Occurs when a
WidgetAnnotation has the mouse button depressed inside it |
static Event |
MOUSEOUT
Occurs when a
WidgetAnnotation has the mouse roll off it |
static Event |
MOUSEOVER
Occurs when a
WidgetAnnotation has the mouse roll over it |
static Event |
MOUSEUP
Occurs when a
WidgetAnnotation has the mouse button released after having
it depressed inside it |
static Event |
OPEN
|
static Event |
OTHERCHANGE
Occurs when a
FormElement other than itself has it's
value changed. |
static Event |
POST_PRINT
Occurs when a
PDF has just been be printed (Doc/DidPrint). |
static Event |
POST_SAVE
Occurs when a
PDF has just been be saved (Doc/DidSave). |
static Event |
PRE_PRINT
Occurs when a
PDF is about to be printed (Doc/WillPrint). |
static Event |
PRE_SAVE
Occurs when a
PDF is about to be saved (Doc/WillSave). |
public static final Event OPEN
public static final Event CLOSE
public static final Event MOUSEOVER
WidgetAnnotation
has the mouse roll over itpublic static final Event MOUSEOUT
WidgetAnnotation
has the mouse roll off itpublic static final Event MOUSEDOWN
WidgetAnnotation
has the mouse button depressed inside itpublic static final Event MOUSEUP
WidgetAnnotation
has the mouse button released after having
it depressed inside it@Deprecated public static final Event CLICK
MOUSEUP
WidgetAnnotation
public static final Event FOCUS
WidgetAnnotation
gains the cursor focuspublic static final Event BLUR
WidgetAnnotation
loses the cursor focuspublic static final Event KEYPRESS
FormElement
has a key pressed in one of it's annotations.
This only applies to FormText
and FormChoice
elementspublic static final Event FORMAT
FormElement
has had it's value changed and is about
to be reformatted for display. This only applies to FormText
and
FormChoice
elementspublic static final Event CHANGE
FormElement
has it's value changedpublic static final Event OTHERCHANGE
FormElement
other than itself has it's
value changed. Useful for calculating the value of read-only fields
based on the values of others (for example)public static final Event PRE_SAVE
PDF
is about to be saved (Doc/WillSave). Acrobat 5 and later onlypublic static final Event POST_SAVE
PDF
has just been be saved (Doc/DidSave). Acrobat 5 and later onlypublic static final Event PRE_PRINT
PDF
is about to be printed (Doc/WillPrint). Acrobat 5 and later onlypublic static final Event POST_PRINT
PDF
has just been be printed (Doc/DidPrint). Acrobat 5 and later onlypublic static final Event[] ALL
Copyright © 2001-2017 Big Faceless Organization