public class BindViewItem2<T> extends Object implements ViewItem<T>, Binding, ModelComponent
| Constructor and Description |
|---|
BindViewItem2(Variable<T> boundVariable,
Function2 bindingFunction,
Variable inputVariable1,
Variable inputVariable2,
String[] reactOn,
String[] watchedProps) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Object... args) |
Function1 |
getBindingFunction() |
Variable<T> |
getBoundVariable() |
Variable<T> |
getFirstVariable() |
Variable |
getInputVariable() |
Variable[] |
getInputVariables() |
String[] |
getReactOn() |
Variable<?>[] |
getVariables() |
String[] |
getWatchedProps() |
boolean |
isEqualTo(ModelComponent o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic Variable<T> getFirstVariable()
getFirstVariable in interface ViewItem<T>public Variable<?>[] getVariables()
getVariables in interface ViewItem<T>public Variable<T> getBoundVariable()
getBoundVariable in interface Bindingpublic Function1 getBindingFunction()
getBindingFunction in interface Bindingpublic Variable getInputVariable()
getInputVariable in interface Bindingpublic Variable[] getInputVariables()
getInputVariables in interface Bindingpublic String[] getReactOn()
getReactOn in interface Bindingpublic String[] getWatchedProps()
getWatchedProps in interface Bindingpublic boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.