Gnostice PDFOne
Pro. Ed. v1.41


com.gnostice.pdfone
Class PdfAction.PdfEvent

java.lang.Object
  extended bycom.gnostice.pdfone.PdfAction.PdfEvent
Enclosing class:
PdfAction

public static final class PdfAction.PdfEvent
extends Object

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.

Since:
1.0
Version:
1.0

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

ON_DOCUMENT_OPEN

public static final int ON_DOCUMENT_OPEN
Event to trigger action(s) before document is opened in the viewer.

See Also:
Constant Field Values

ON_DOCUMENT_CLOSE

public static final int ON_DOCUMENT_CLOSE
Event to trigger action(s) before document is closed in the viewer.

See Also:
Constant Field Values

ON_BEFORE_DOCUMENT_SAVE

public static final int ON_BEFORE_DOCUMENT_SAVE
Event to trigger action(s) before document is saved in the viewer.

See Also:
Constant Field Values

ON_AFTER_DOCUMENT_SAVE

public static final int ON_AFTER_DOCUMENT_SAVE
Event to trigger action(s) after document is saved in the viewer.

See Also:
Constant Field Values

ON_BEFORE_DOCUMENT_PRINT

public static final int ON_BEFORE_DOCUMENT_PRINT
Event to trigger action(s) before document is printed in the viewer.

See Also:
Constant Field Values

ON_AFTER_DOCUMENT_PRINT

public static final int ON_AFTER_DOCUMENT_PRINT
Event to trigger action(s) after document is printed in the viewer.

See Also:
Constant Field Values

ON_PAGE_OPEN

public static final int ON_PAGE_OPEN
Event to trigger action(s) when a given page is opened in the viewer. In some layouts, multiple pages may be visible. However, only one of them is considered open.

See Also:
Constant Field Values

ON_PAGE_CLOSE

public static final int ON_PAGE_CLOSE
Event to trigger action(s) when a given page is closed in the viewer. In some layouts, multiple pages may be visible. However, only one of them is considered open. A page that is visible can be considered as closed if another page is opened.

See Also:
Constant Field Values

ON_PAGE_VISIBLE

public static final int ON_PAGE_VISIBLE
Event to trigger action(s) before a given page becomes visible in the viewer. In some layouts, multiple pages may be visible. However, only one of them is considered open.

See Also:
Constant Field Values

ON_PAGE_INVISIBLE

public static final int ON_PAGE_INVISIBLE
Event to trigger action(s) before a given page becomes invisible in the viewer. In some layouts, multiple pages may be visible. Pages that are not currently visible are considered invisible.

See Also:
Constant Field Values

ON_MOUSE_ENTER

public static final int ON_MOUSE_ENTER
Event to trigger action(s) before mouse pointer is brought over the viewer.

See Also:
Constant Field Values

ON_MOUSE_EXIT

public static final int ON_MOUSE_EXIT
Event to trigger action(s) before mouse pointer is taken off the viewer.

See Also:
Constant Field Values

ON_MOUSE_DOWN

public static final int ON_MOUSE_DOWN
Event to trigger action(s) before selection button of mouse is pressed.

See Also:
Constant Field Values

ON_MOUSE_UP

public static final int ON_MOUSE_UP
Event to trigger action(s) when selection button of mouse is released.

See Also:
Constant Field Values

ON_INPUT_FOCUS

public static final int ON_INPUT_FOCUS
Event to trigger action(s) when a form field receives input focus.

See Also:
Constant Field Values

ON_INPUT_BLURRED

public static final int ON_INPUT_BLURRED
Event to trigger action(s) when a form field loses input focus.

See Also:
Constant Field Values

ON_FIELD_KEY_STROKE

public static final 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. This event can be used to check for validity of the input, or to change it or reject it.

See Also:
Constant Field Values

ON_FIELD_BEFORE_FORMAT

public static final int ON_FIELD_BEFORE_FORMAT
Event to trigger 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.

See Also:
Constant Field Values

ON_FIELD_VALUE_CHANGE

public static final int ON_FIELD_VALUE_CHANGE
Event to trigger JAVASCRIPT action(s) when value of a form field is changed. This event can be used to check the validity of the new value.

See Also:
Constant Field Values

ON_FIELD_VALUE_RECALCULATE

public static final 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.

See Also:
Constant Field Values
Constructor Detail

PdfAction.PdfEvent

public PdfAction.PdfEvent()

Gnostice PDFOne
Pro. Ed. v1.41

To contact our support team, send an e-mail to support@gnostice.com.
 
© 2006 Gnostice Information Technologies Private Limited. All rights reserved.
www.gnostice.com