public interface PageParameter extends UIInfo
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFromValue()  | 
java.lang.String | 
getToValue()  | 
boolean | 
setFromValue(java.lang.String fromValue)
Sets the from-value expression for this parameter. 
 | 
boolean | 
setToValue(java.lang.String toValue)
Sets the to-value expression for this parameter. 
 | 
getDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcongetParsingContext, validategetIdAttribute, setIdAttributegetNodejava.lang.String getFromValue()
ValueBinding expression evaluated to obtain
 a value for this page parameter.java.lang.String getToValue()
ValueBinding expression populated with the value
 for this page parameter.boolean setFromValue(java.lang.String fromValue)
fromValue - new from-value expressionboolean setToValue(java.lang.String toValue)
toValue - new to-value expression