public class UIExpression extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> resultClasss)
Evaluates the expression and return the result casted to the given class.
|
String |
getAsString()
Evaluates the expression and return the result casted to the given class.
|
String |
getExpression()
The value of the expression.
|
public String getExpression()
public <T> T get(Class<T> resultClasss)
T - The type for the result of this expression.resultClasss - The class for the result of this expression.public String getAsString()
Copyright © 2015–2017 Bridje Framework. All rights reserved.