XFA4J

com.adobe.xfa.scripthandler.formcalc
Class FormCalcScriptHandler

java.lang.Object
  extended by com.adobe.xfa.ScriptHandler
      extended by com.adobe.xfa.scripthandler.formcalc.FormCalcScriptHandler

public class FormCalcScriptHandler
extends ScriptHandler

A class to enable scripting support for the FormCalc language.


Field Summary
 
Fields inherited from class com.adobe.xfa.ScriptHandler
ACTIVITY_CHANGE, ACTIVITY_CLICK, ACTIVITY_DOCCLOSE, ACTIVITY_DOCREADY, ACTIVITY_ENTER, ACTIVITY_EXIT, ACTIVITY_FULL, ACTIVITY_INDEXCHANGE, ACTIVITY_INITIALIZE, ACTIVITY_MOUSEDOWN, ACTIVITY_MOUSEENTER, ACTIVITY_MOUSEEXIT, ACTIVITY_MOUSEUP, ACTIVITY_POSTEXECUTE, ACTIVITY_POSTOPEN, ACTIVITY_POSTPRINT, ACTIVITY_POSTSAVE, ACTIVITY_POSTSIGN, ACTIVITY_POSTSUBMIT, ACTIVITY_PREEXECUTE, ACTIVITY_PREOPEN, ACTIVITY_PREPRINT, ACTIVITY_PRESAVE, ACTIVITY_PRESIGN, ACTIVITY_PRESUBMIT, ACTIVITY_READY, ACTIVITY_VALIDATIONSTATE, CALCULATE, PREDICATE, UNSPECIFIED, VALIDATE
 
Constructor Summary
FormCalcScriptHandler(AppModel oAppModel)
          Instantiates a script handler for the FormCalc language.
 
Method Summary
 FormCalcScriptHandler clone()
          Clones this script handler.
 java.lang.String languageName()
          Gets the name of the scripting language supported by this script handler.
 
Methods inherited from class com.adobe.xfa.ScriptHandler
execute
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormCalcScriptHandler

public FormCalcScriptHandler(AppModel oAppModel)
Instantiates a script handler for the FormCalc language.

Parameters:
oAppModel - the application AppModel.
Method Detail

languageName

public java.lang.String languageName()
Description copied from class: ScriptHandler
Gets the name of the scripting language supported by this script handler.

Specified by:
languageName in class ScriptHandler
Returns:
the name of the scripting language.

clone

public FormCalcScriptHandler clone()
Description copied from class: ScriptHandler
Clones this script handler.

Specified by:
clone in class ScriptHandler
Returns:
a copy of this script handler.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.