Uses of Class
org.hippoecm.frontend.plugins.yui.JsFunction
-
Packages that use JsFunction Package Description org.hippoecm.frontend.plugins.yui org.hippoecm.frontend.plugins.yui.javascript org.hippoecm.frontend.plugins.yui.widget -
-
Uses of JsFunction in org.hippoecm.frontend.plugins.yui
Methods in org.hippoecm.frontend.plugins.yui that return JsFunction Modifier and Type Method Description JsFunction
AjaxSettings. getCallbackFunction()
Methods in org.hippoecm.frontend.plugins.yui with parameters of type JsFunction Modifier and Type Method Description void
AjaxSettings. setCallbackFunction(JsFunction function)
void
IAjaxSettings. setCallbackFunction(JsFunction function)
-
Uses of JsFunction in org.hippoecm.frontend.plugins.yui.javascript
Methods in org.hippoecm.frontend.plugins.yui.javascript that return JsFunction Modifier and Type Method Description protected JsFunction
FunctionSetting. getValueFromConfig(IPluginConfig config, YuiObject settings)
JsFunction
FunctionSetting. newValue()
Methods in org.hippoecm.frontend.plugins.yui.javascript with parameters of type JsFunction Modifier and Type Method Description String
FunctionSetting. getScriptValue(JsFunction value)
void
AjaxSettings. setCallbackFunction(JsFunction function)
Constructors in org.hippoecm.frontend.plugins.yui.javascript with parameters of type JsFunction Constructor Description FunctionSetting(String javascriptKey, JsFunction defaultValue, boolean escape)
-
Uses of JsFunction in org.hippoecm.frontend.plugins.yui.widget
Methods in org.hippoecm.frontend.plugins.yui.widget that return JsFunction Modifier and Type Method Description JsFunction
WidgetSettings. getCalculateWidthAndHeight()
Methods in org.hippoecm.frontend.plugins.yui.widget with parameters of type JsFunction Modifier and Type Method Description void
WidgetSettings. setCalculateWidthAndHeight(JsFunction calculateWidthAndHeight)
-