public class CombinedExprViewItem<T> extends AbstractExprViewItem<T>
Constructor and Description |
---|
CombinedExprViewItem(Condition.Type type,
ViewItem[] expressions) |
Modifier and Type | Method and Description |
---|---|
ViewItem[] |
getExpressions() |
Variable<T> |
getFirstVariable() |
Condition.Type |
getType() |
Variable<?>[] |
getVariables() |
void |
setQueryExpression(boolean queryExpression) |
getExprId, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, watch
public CombinedExprViewItem(Condition.Type type, ViewItem[] expressions)
public ViewItem[] getExpressions()
public Variable<?>[] getVariables()
public Variable<T> getFirstVariable()
getFirstVariable
in interface ViewItem<T>
getFirstVariable
in class AbstractExprViewItem<T>
public Condition.Type getType()
public void setQueryExpression(boolean queryExpression)
setQueryExpression
in class AbstractExprViewItem<T>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.