public class UIInputExpression extends UIExpression
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter()
Gets the name of the parameter that must be send to the server.
|
boolean |
isValid()
Determines if the expression is a valid input expression, or is just an
output expression.
|
<T> void |
set(T value)
Sets the value of the input expression to the web component, if the
expression is valid.
|
get, getAsString, getExpressionpublic <T> void set(T value)
T - The type of the expression.value - The value of the expression.public String getParameter()
public boolean isValid()
Copyright © 2015–2017 Bridje Framework. All rights reserved.