PdfFieldActions class
Represents actions to be performed as response to field events.
Constructors
- PdfFieldActions(PdfAnnotationActions annotationActions, {PdfJavaScriptAction? keyPressed, PdfJavaScriptAction? format, PdfJavaScriptAction? validate, PdfJavaScriptAction? calculate})
- Initializes a new instance of the PdfFieldActions class with the PdfAnnotationActions
Properties
- calculate ↔ PdfJavaScriptAction?
-
Gets or sets the JavaScript action to be performed to recalculate
the value of this field when that of another field changes.
getter/setter pair
- format ↔ PdfJavaScriptAction?
-
Gets or sets the JavaScript action to be performed before
the field is formatted
getter/setter pair
- gotFocus ↔ PdfAction?
-
Gets or sets the action to be performed when the field receives the
input focus.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyPressed ↔ PdfJavaScriptAction?
-
Gets or sets the JavaScript action to be performed when
the user types a keystroke
getter/setter pair
- lostFocus ↔ PdfAction?
-
Gets or sets the action to be performed when the field loses the
input focus.
getter/setter pair
- mouseDown ↔ PdfAction?
-
Gets or sets the action to be performed when the mouse button is pressed inside the
field’s area.
getter/setter pair
- mouseEnter ↔ PdfAction?
-
Gets or sets the action to be performed when the mouse cursor enters
the fields’s area.
getter/setter pair
- mouseLeave ↔ PdfAction?
-
Gets or sets the action to be performed when the cursor exits
the fields’s area.
getter/setter pair
- mouseUp ↔ PdfAction?
-
Gets or sets the action to be performed when the mouse button is released
inside the field’s area.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validate ↔ PdfJavaScriptAction?
-
Gets or sets the JavaScript action to be performed when
the field’s value is changed.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited