Class JsFunction
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.JsFunction
-
- All Implemented Interfaces:
Serializable
public class JsFunction extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsFunction()
JsFunction(String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunction()
void
setFunction(String function)
String
toString()
-