pdffieldactions-ag凯发旗舰厅



com.spire.pdf.actions
class pdffieldactions

java.lang.object
  extended by com.spire.pdf.actions.pdffieldactions
all implemented interfaces:
ipdfwrapper

public class pdffieldactions
extends java.lang.object
implements ipdfwrapper

represents actions to be performed as response to field events.


constructor summary
pdffieldactions( annotationactions)
          initializes a new instance of the class.
 
method summary
 pdfjavascriptaction getcalculate()
          gets the javascript action to be performed to recalculate the value of this field when that of another field changes.
 pdfjavascriptaction getformat()
          gets the javascript action to be performed before the field is formatted to display its current value.
 pdfaction getgotfocus()
          gets the action to be performed when the field receives the input focus.
 pdfjavascriptaction getkeypressed()
          gets the javascript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
 pdfaction getlostfocus()
          gets the action to be performed when the field loses the input focus.
 pdfaction getmousedown()
          gets the action to be performed when the mouse button is pressed inside the fields area.
 pdfaction getmouseenter()
           
 pdfaction getmouseleave()
           
 pdfaction getmouseup()
          gets the action to be performed when the mouse button is released inside the fields area.
 pdfjavascriptaction getvalidate()
          gets the javascript action to be performed this action can check the new value for validity.
 void setcalculate(pdfjavascriptaction value)
          sets the javascript action to be performed to recalculate the value of this field when that of another field changes.
 void setformat(pdfjavascriptaction value)
          sets the javascript action to be performed before the field is formatted to display its current value.
 void setgotfocus(pdfaction value)
          sets the action to be performed when the field receives the input focus.
 void setkeypressed(pdfjavascriptaction value)
          sets the javascript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
 void setlostfocus(pdfaction value)
          sets the action to be performed when the field loses the input focus.
 void setmousedown(pdfaction value)
          sets the action to be performed when the mouse button is pressed inside the fields area.
 void setmouseenter(pdfaction value)
           
 void setmouseleave(pdfaction value)
           
 void setmouseup(pdfaction value)
          sets the action to be performed when the mouse button is released inside the fields area.
 void setvalidate(pdfjavascriptaction value)
          sets the javascript action to be performed this action can check the new value for validity.
 
constructor detail

pdffieldactions

public pdffieldactions( annotationactions)
initializes a new instance of the class.
parameters:
annotationactions - the annotation actions.
method detail

getkeypressed

public pdfjavascriptaction getkeypressed()
gets the javascript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. this action can check the keystroke for validity and reject or modify it.

setkeypressed

public void setkeypressed(pdfjavascriptaction value)
sets the javascript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. this action can check the keystroke for validity and reject or modify it.

getformat

public pdfjavascriptaction getformat()
gets the javascript action to be performed before the field is formatted to display its current value.

setformat

public void setformat(pdfjavascriptaction value)
sets the javascript action to be performed before the field is formatted to display its current value.

getvalidate

public pdfjavascriptaction getvalidate()
gets the javascript action to be performed this action can check the new value for validity.

setvalidate

public void setvalidate(pdfjavascriptaction value)
sets the javascript action to be performed this action can check the new value for validity.

getcalculate

public pdfjavascriptaction getcalculate()
gets the javascript action to be performed to recalculate the value of this field when that of another field changes.

setcalculate

public void setcalculate(pdfjavascriptaction value)
sets the javascript action to be performed to recalculate the value of this field when that of another field changes.

getmouseenter

public pdfaction getmouseenter()

setmouseenter

public void setmouseenter(pdfaction value)

getmouseleave

public pdfaction getmouseleave()

setmouseleave

public void setmouseleave(pdfaction value)

getmouseup

public pdfaction getmouseup()
gets the action to be performed when the mouse button is released inside the fields area.

setmouseup

public void setmouseup(pdfaction value)
sets the action to be performed when the mouse button is released inside the fields area.

getmousedown

public pdfaction getmousedown()
gets the action to be performed when the mouse button is pressed inside the fields area.

setmousedown

public void setmousedown(pdfaction value)
sets the action to be performed when the mouse button is pressed inside the fields area.

getgotfocus

public pdfaction getgotfocus()
gets the action to be performed when the field receives the input focus.

setgotfocus

public void setgotfocus(pdfaction value)
sets the action to be performed when the field receives the input focus.

getlostfocus

public pdfaction getlostfocus()
gets the action to be performed when the field loses the input focus.

setlostfocus

public void setlostfocus(pdfaction value)
sets the action to be performed when the field loses the input focus.


网站地图