|
JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpressionEngine
allow user to handle expressions with own implementation
| Method Summary | |
|---|---|
int |
addCode(java.lang.String value)
adding code for the javascript to call as needed |
void |
closeFile()
called on close to do any cleanup |
void |
dispose()
|
int |
execute(org.jpedal.objects.raw.FormObject ref,
org.jpedal.objects.acroforms.rendering.AcroRenderer renderer,
int type,
java.lang.Object js,
int eventType,
char keyPressed)
|
void |
executeFunctions(java.lang.String jsCode,
org.jpedal.objects.acroforms.rendering.AcroRenderer acro)
|
org.jpedal.objects.javascript.JSParser |
getJSParser()
|
boolean |
reportError(int code,
java.lang.Object[] args)
return true if JPedal should do nothing, false if JPedal should execute command as well if code == ErrorCodes.JSInvalidRangeFormat then args[1] is the forrmatted message to be displayed |
| Method Detail |
|---|
int execute(org.jpedal.objects.raw.FormObject ref,
org.jpedal.objects.acroforms.rendering.AcroRenderer renderer,
int type,
java.lang.Object js,
int eventType,
char keyPressed)
ref - ie 1 0 Rrenderer - ref to acrorender so you can access objectstype - - defined in ActionHandler (ie K)js - - Javascript stringeventType - - type of event (Keystroke, focus)keyPressed - - if key event, key value , otherwsie space
void closeFile()
boolean reportError(int code,
java.lang.Object[] args)
int addCode(java.lang.String value)
void executeFunctions(java.lang.String jsCode,
org.jpedal.objects.acroforms.rendering.AcroRenderer acro)
void dispose()
org.jpedal.objects.javascript.JSParser getJSParser()
|
JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||