public abstract class AbstractExprViewItem<T> extends Object implements ExprViewItem<T>
| Constructor and Description |
|---|
AbstractExprViewItem(String exprId,
Variable<T> var) |
AbstractExprViewItem(Variable<T> var) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExprId() |
Variable<T> |
getFirstVariable() |
String[] |
getReactiveProps() |
String[] |
getWatchedProps() |
boolean |
isQueryExpression() |
AbstractExprViewItem<T> |
reactOn(String... props) |
void |
setQueryExpression(boolean queryExpression) |
AbstractExprViewItem<T> |
watch(String... props) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeget, getVariablespublic Variable<T> getFirstVariable()
getFirstVariable in interface ViewItem<T>public AbstractExprViewItem<T> reactOn(String... props)
reactOn in interface ExprViewItem<T>public AbstractExprViewItem<T> watch(String... props)
watch in interface ExprViewItem<T>public String getExprId()
getExprId in interface ExprViewItem<T>public String[] getReactiveProps()
public String[] getWatchedProps()
public boolean isQueryExpression()
public void setQueryExpression(boolean queryExpression)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.