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.
|
abstract FunctionBinding |
weak()
Returns identical version of the binding, but one that holds on the
original model object via weak reference.
|
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 eventpublic abstract FunctionBinding weak()
Copyright © 2018 NetBeans. All rights reserved.