|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gnostice.pdfone.PdfAction.PdfEvent
This inner class represents an event that can act as a trigger for an action or a set of actions. A set of standard events are predefined here.
Field Summary | |
static int |
ON_AFTER_DOCUMENT_PRINT
Event to trigger action(s) after document is printed in the viewer. |
static int |
ON_AFTER_DOCUMENT_SAVE
Event to trigger action(s) after document is saved in the viewer. |
static int |
ON_BEFORE_DOCUMENT_PRINT
Event to trigger action(s) before document is printed in the viewer. |
static int |
ON_BEFORE_DOCUMENT_SAVE
Event to trigger action(s) before document is saved in the viewer. |
static int |
ON_DOCUMENT_CLOSE
Event to trigger action(s) before document is closed in the viewer. |
static int |
ON_DOCUMENT_OPEN
Event to trigger action(s) before document is opened in the viewer. |
static int |
ON_FIELD_BEFORE_FORMAT
Event to trigger JAVASCRIPT
action(s) before value of a form field value is formatted. |
static int |
ON_FIELD_KEY_STROKE
Event to trigger JAVASCRIPT
action(s) when keystrokes are input in a form field or when
a selection is made or changed in scrollable list box. |
static int |
ON_FIELD_VALUE_CHANGE
Event to trigger JAVASCRIPT
action(s) when value of a form field is changed. |
static int |
ON_FIELD_VALUE_RECALCULATE
Event to trigger JAVASCRIPT
action(s) when value a form field is recalculated after
value of another field is changed. |
static int |
ON_INPUT_BLURRED
Event to trigger action(s) when a form field loses input focus. |
static int |
ON_INPUT_FOCUS
Event to trigger action(s) when a form field receives input focus. |
static int |
ON_MOUSE_DOWN
Event to trigger action(s) before selection button of mouse is pressed. |
static int |
ON_MOUSE_ENTER
Event to trigger action(s) before mouse pointer is brought over the viewer. |
static int |
ON_MOUSE_EXIT
Event to trigger action(s) before mouse pointer is taken off the viewer. |
static int |
ON_MOUSE_UP
Event to trigger action(s) when selection button of mouse is released. |
static int |
ON_PAGE_CLOSE
Event to trigger action(s) when a given page is closed in the viewer. |
static int |
ON_PAGE_INVISIBLE
Event to trigger action(s) before a given page becomes invisible in the viewer. |
static int |
ON_PAGE_OPEN
Event to trigger action(s) when a given page is opened in the viewer. |
static int |
ON_PAGE_VISIBLE
Event to trigger action(s) before a given page becomes visible in the viewer. |
Constructor Summary | |
PdfAction.PdfEvent()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ON_DOCUMENT_OPEN
public static final int ON_DOCUMENT_CLOSE
public static final int ON_BEFORE_DOCUMENT_SAVE
public static final int ON_AFTER_DOCUMENT_SAVE
public static final int ON_BEFORE_DOCUMENT_PRINT
public static final int ON_AFTER_DOCUMENT_PRINT
public static final int ON_PAGE_OPEN
public static final int ON_PAGE_CLOSE
public static final int ON_PAGE_VISIBLE
public static final int ON_PAGE_INVISIBLE
public static final int ON_MOUSE_ENTER
public static final int ON_MOUSE_EXIT
public static final int ON_MOUSE_DOWN
public static final int ON_MOUSE_UP
public static final int ON_INPUT_FOCUS
public static final int ON_INPUT_BLURRED
public static final int ON_FIELD_KEY_STROKE
JAVASCRIPT
action(s) when keystrokes are input in a form field or when
a selection is made or changed in scrollable list box. This
event can be used to check for validity of the input, or to
change it or reject it.
public static final int ON_FIELD_BEFORE_FORMAT
JAVASCRIPT
action(s) before value of a form field value is formatted.
This event can be used to modify the value of the form
field before it is formatted.
public static final int ON_FIELD_VALUE_CHANGE
JAVASCRIPT
action(s) when value of a form field is changed. This
event can be used to check the validity of the new value.
public static final int ON_FIELD_VALUE_RECALCULATE
JAVASCRIPT
action(s) when value a form field is recalculated after
value of another field is changed.
Constructor Detail |
public PdfAction.PdfEvent()
|
Pro. Ed. v1.41 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |