Uses of Class
com.osbcp.jjsw.JavaScript

Uses of JavaScript in com.osbcp.jjsw
 

Methods in com.osbcp.jjsw that return JavaScript
 JavaScript JavaScript.call()
          Returns the JavaScript code to call the function.
 JavaScript JavaScript.call(boolean useSemicolon)
          Returns the JavaScript code to call the function.
 

Methods in com.osbcp.jjsw with parameters of type JavaScript
 void JavaScript.append(JavaScript code)
          Appends a JavaScript code to the existing JavaScript code.
static boolean JavaScript.isEmpty(JavaScript html)
          Checks if the JavaScript is empty.