public class BindViewItem4<T> extends Object implements ViewItem<T>, Binding, ModelComponent
Constructor and Description |
---|
BindViewItem4(Variable<T> boundVariable,
Function4 bindingFunction,
Variable inputVariable1,
Variable inputVariable2,
Variable inputVariable3,
Variable inputVariable4,
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, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public Variable<T> getFirstVariable()
getFirstVariable
in interface ViewItem<T>
public Variable<?>[] getVariables()
getVariables
in interface ViewItem<T>
public Variable<T> getBoundVariable()
getBoundVariable
in interface Binding
public Function1 getBindingFunction()
getBindingFunction
in interface Binding
public Variable getInputVariable()
getInputVariable
in interface Binding
public Variable[] getInputVariables()
getInputVariables
in interface Binding
public String[] getReactOn()
getReactOn
in interface Binding
public String[] getWatchedProps()
getWatchedProps
in interface Binding
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.