|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.actions.pdffieldactions
public class pdffieldactions
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 |
---|
public pdffieldactions( annotationactions)
annotationactions
- the annotation actions.method detail |
---|
public pdfjavascriptaction getkeypressed()
public void setkeypressed(pdfjavascriptaction value)
public pdfjavascriptaction getformat()
public void setformat(pdfjavascriptaction value)
public pdfjavascriptaction getvalidate()
public void setvalidate(pdfjavascriptaction value)
public pdfjavascriptaction getcalculate()
public void setcalculate(pdfjavascriptaction value)
public pdfaction getmouseenter()
public void setmouseenter(pdfaction value)
public pdfaction getmouseleave()
public void setmouseleave(pdfaction value)
public pdfaction getmouseup()
public void setmouseup(pdfaction value)
public pdfaction getmousedown()
public void setmousedown(pdfaction value)
public pdfaction getgotfocus()
public void setgotfocus(pdfaction value)
public pdfaction getlostfocus()
public void setlostfocus(pdfaction value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |