public abstract class FunctionBinding extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
call(Object data,
Object ev)
Calls the function provided data associated with current element, as well
as information about the event that triggered the event.
|
abstract String |
getFunctionName()
Returns name of the function.
|
public abstract String getFunctionName()
public abstract void call(Object data, Object ev)
data - data associated with selected elementev - event (with additional properties) that triggered the eventCopyright © 2014 NetBeans. All Rights Reserved.