Uses of Class
com.sun.rave.web.ui.util.ValueType

Packages that use ValueType
com.sun.rave.web.ui.util   
 

Uses of ValueType in com.sun.rave.web.ui.util
 

Fields in com.sun.rave.web.ui.util declared as ValueType
static ValueType ValueType.ARRAY
          Indicates that the value binding is an array (of primitives or of objects).
static ValueType ValueType.INVALID
          Indicates that the value binding is invalid.
static ValueType ValueType.LIST
          Indicates that the value binding is assigneable to a java.util.List.
static ValueType ValueType.NONE
          Indicates that no value was specified for the component.
static ValueType ValueType.OBJECT
          Indicates that the value binding is neither an array, nor does it implement java.util.List.
 

Methods in com.sun.rave.web.ui.util that return ValueType
 ValueType ValueTypeEvaluator.getValueType()
          Determine the type of the valuebinding of this object.
 ValueType ValueTypeEvaluator.getValueType(javax.faces.context.FacesContext context)
          Determine the type of the valuebinding of this object.