Uses of Class
com.orchestranetworks.ui.base.JsFunctionCall
-
Packages that use JsFunctionCall Package Description com.orchestranetworks.ui.base This package provides common base types for user interface API.com.orchestranetworks.ui.form.widget This package provides a library of user interface widgets. -
-
Uses of JsFunctionCall in com.orchestranetworks.ui.base
Methods in com.orchestranetworks.ui.base that return JsFunctionCall Modifier and Type Method Description static JsFunctionCall
JsFunctionCall. on(String aFunctionName)
Sets the name of the JavaScript function to be called.static JsFunctionCall
JsFunctionCall. on(String aFunctionName, String anArgument)
Sets the name of the JavaScript function to be called and the second argument that will be passed to this method considering that the first parameter is the field value. -
Uses of JsFunctionCall in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return JsFunctionCall Modifier and Type Method Description JsFunctionCall
UIAtomicWidget. getActionOnAfterValueChanged()
JsFunctionCall
UIColorPicker. getActionWhileValueChange()
Methods in com.orchestranetworks.ui.form.widget with parameters of type JsFunctionCall Modifier and Type Method Description void
UIAtomicWidget. setActionOnAfterValueChanged(JsFunctionCall aFunctionToBeCalled)
Sets an action on the client-side that is triggered after the user has changed the value of the component.void
UIColorPicker. setActionWhileValueChange(JsFunctionCall aFunctionToBeCalled)
Sets an action on the client-side that is triggered when the value is edited in the input text (on each keyboard press), or while the user changes the cursor position in the color picker panel.
-