public abstract class FunctionBinding
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract void |
call(java.lang.Object data,
java.lang.Object ev)
Calls the function provided data associated with current element, as well
as information about the event that triggered the event.
|
abstract java.lang.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 java.lang.String getFunctionName()
public abstract void call(java.lang.Object data, java.lang.Object ev)
data
- data associated with selected elementev
- event (with additional properties) that triggered the eventpublic abstract FunctionBinding weak()
Copyright © 2021 The Apache Software Foundation. All rights reserved.