public class Function extends Object implements Serializable
| Constructor and Description |
|---|
Function() |
Function(String functionBody) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameter(String parameter)
With this function, you can add parameters to the signature of the
javascript function.
|
String |
getFunction() |
Function |
setFunction(String functionBody) |
public Function()
public Function(String functionBody)
public String getFunction()
protected void addParameter(String parameter)
parameter - the name of the parameter.Copyright © 2013. All Rights Reserved.