www.element4solution.com

e4s.html
Interface E4JavaScript_Intf

All Known Implementing Classes:
E4EventHandler, E4EventHandlerA, E4EventHandlerBODY, E4EventHandlerBUTTON, E4EventHandlerDIV, E4EventHandlerFORM, E4EventHandlerFRAMESET, E4EventHandlerInputField, E4EventHandlerTR, E4JavaScript, E4JavaScriptReference

public interface E4JavaScript_Intf

Interface for E4JavaScript contant that will be included in the HTML output. Either this is a reference (external .js file) or an inline E4JavaScript definition.


Method Summary
 E4ScriptsVec getAdditionalScripts()
          Get the scripting vector in the case that additional scripts are required and have been added.
 java.lang.String getName()
          Get the name of the E4JavaScript object.
 boolean hasFunctionBody()
          Check, if this script allready has a function body declared.
 boolean isInline()
          Inline means, that the script is included in the HTML page after script collection.
 

Method Detail

getName

java.lang.String getName()
Get the name of the E4JavaScript object.

Returns:
the name

isInline

boolean isInline()
Inline means, that the script is included in the HTML page after script collection.

Returns:
true = collect script in HTML page, false = make a reference

hasFunctionBody

boolean hasFunctionBody()
Check, if this script allready has a function body declared.

Returns:
true if a function body has been declared

getAdditionalScripts

E4ScriptsVec getAdditionalScripts()
Get the scripting vector in the case that additional scripts are required and have been added.

Returns:
null if no scripts have been added additionally

www.element4solution.com