Gnostice PDFOne
Pro. Ed. v5.0.0


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 inside a viewer displaying a PDF document. An event can be used as a trigger for executing a PDF action or a set of PDF actions. A set of standard events are predefined here.

Since:
1.0
Version:
1.0

Field Summary
static int ON_AFTER_DOCUMENT_PRINT
          Document-level event that fires after a document is printed by the viewer.
static int ON_AFTER_DOCUMENT_SAVE
          Document-level event that fires after a copy of a document is saved by the viewer.
static int ON_BEFORE_DOCUMENT_PRINT
          Document-level event that fires before a document is printed by the viewer.
static int ON_BEFORE_DOCUMENT_SAVE
          Document-level event that fires before a copy of a document is saved by the viewer.
static int ON_DOCUMENT_CLOSE
          Document-level event that fires before a document is closed by the viewer.
static int ON_DOCUMENT_OPEN
          Deprecated.  
static int ON_FIELD_BEFORE_FORMAT
          Event that fires before value of a form field value is formatted by the viewer.
static int ON_FIELD_KEY_STROKE
          Event that fires when the user enters keystrokes to interact with a form field inside a viewer.
static int ON_FIELD_VALUE_CHANGE
          Event that fires before value of a form field is changed inside the viewer.
static int ON_FIELD_VALUE_RECALCULATE
          Event that fires before a form field is recalculated by the viewer after value of another field gets changed.
static int ON_INPUT_BLURRED
          Event that fires when an annotation/form field displayed by the viewer loses input focus.
static int ON_INPUT_FOCUS
          Event that fires when an annotation/form field displayed by the viewer receives input focus.
static int ON_MOUSE_DOWN
          Event that fires before selection button of mouse is pressed over an annotation/form field displayed inside the viewer.
static int ON_MOUSE_ENTER
          Event that fires before mouse pointer is brought over an annotation/form field inside the viewer.
static int ON_MOUSE_EXIT
          Event that fires before mouse pointer is taken off an annotation/form field displayed inside the viewer.
static int ON_MOUSE_UP
          Event that fires when selection button of mouse is released over an annotation/form field displayed inside the viewer.
static int ON_PAGE_CLOSE
          Page-level event that fires when a page is closed inside the viewer.
static int ON_PAGE_INVISIBLE
          Page-level event that fires before a page becomes invisible inside the viewer.
static int ON_PAGE_OPEN
          Page-level event that fires after a page is opened inside the viewer.
static int ON_PAGE_VISIBLE
          Page-level event that fires before a page becomes visible inside the viewer.
 
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
Deprecated.  

See Also:
Constant Field Values

ON_DOCUMENT_CLOSE

public static final int ON_DOCUMENT_CLOSE
Document-level event that fires before a document is closed by the viewer.

See Also:
Constant Field Values

ON_BEFORE_DOCUMENT_SAVE

public static final int ON_BEFORE_DOCUMENT_SAVE
Document-level event that fires before a copy of a document is saved by the viewer.

See Also:
Constant Field Values

ON_AFTER_DOCUMENT_SAVE

public static final int ON_AFTER_DOCUMENT_SAVE
Document-level event that fires after a copy of a document is saved by the viewer.

See Also:
Constant Field Values

ON_BEFORE_DOCUMENT_PRINT

public static final int ON_BEFORE_DOCUMENT_PRINT
Document-level event that fires before a document is printed by the viewer.

See Also:
Constant Field Values

ON_AFTER_DOCUMENT_PRINT

public static final int ON_AFTER_DOCUMENT_PRINT
Document-level event that fires after a document is printed by the viewer.

See Also:
Constant Field Values

ON_PAGE_OPEN

public static final int ON_PAGE_OPEN
Page-level event that fires after a page is opened inside the viewer. In some layouts, multiple pages may be visible. However, only one of them is considered as open.

See Also:
Constant Field Values

ON_PAGE_CLOSE

public static final int ON_PAGE_CLOSE
Page-level event that fires when a page is closed inside 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 becomes open.

See Also:
Constant Field Values

ON_PAGE_VISIBLE

public static final int ON_PAGE_VISIBLE
Page-level event that fires before a page becomes visible inside the viewer.

See Also:
ON_PAGE_OPEN, Constant Field Values

ON_PAGE_INVISIBLE

public static final int ON_PAGE_INVISIBLE
Page-level event that fires before a page becomes invisible inside the viewer.

See Also:
ON_PAGE_OPEN, Constant Field Values

ON_MOUSE_ENTER

public static final int ON_MOUSE_ENTER
Event that fires before mouse pointer is brought over an annotation/form field inside the viewer.

See Also:
Constant Field Values

ON_MOUSE_EXIT

public static final int ON_MOUSE_EXIT
Event that fires before mouse pointer is taken off an annotation/form field displayed inside the viewer.

See Also:
Constant Field Values

ON_MOUSE_DOWN

public static final int ON_MOUSE_DOWN
Event that fires before selection button of mouse is pressed over an annotation/form field displayed inside the viewer.

See Also:
Constant Field Values

ON_MOUSE_UP

public static final int ON_MOUSE_UP
Event that fires when selection button of mouse is released over an annotation/form field displayed inside the viewer.

See Also:
Constant Field Values

ON_INPUT_FOCUS

public static final int ON_INPUT_FOCUS
Event that fires when an annotation/form field displayed by the viewer receives input focus.

See Also:
Constant Field Values

ON_INPUT_BLURRED

public static final int ON_INPUT_BLURRED
Event that fires when an annotation/form field displayed by the viewer loses input focus.

See Also:
Constant Field Values

ON_FIELD_KEY_STROKE

public static final int ON_FIELD_KEY_STROKE
Event that fires when the user enters keystrokes to interact with a form field inside a viewer. This event can be used to add a Javascript action that can 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 that fires before value of a form field value is formatted by the viewer. This event can be used to add a Javascript action that can 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 that fires before value of a form field is changed inside the viewer. This event can be used to add a javascript action that will check validity of the new value.

See Also:
Constant Field Values

ON_FIELD_VALUE_RECALCULATE

public static final int ON_FIELD_VALUE_RECALCULATE
Event that fires before a form field is recalculated by the viewer after value of another field gets changed.

See Also:
Constant Field Values

Gnostice PDFOne
Pro. Ed. v5.0.0

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