Uses of Class
javax.faces.el.ValueBinding

Packages that use ValueBinding
javax.faces.application   
javax.faces.component   
 

Uses of ValueBinding in javax.faces.application
 

Methods in javax.faces.application that return ValueBinding
abstract  ValueBinding Application.createValueBinding(java.lang.String ref)
          Create an object which can be used to invoke an arbitrary method via an EL expression at a later time.
 

Methods in javax.faces.application with parameters of type ValueBinding
abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          Create an object which has an associating "binding" expression tying the component to a user property.
 

Uses of ValueBinding in javax.faces.component
 

Methods in javax.faces.component that return ValueBinding
abstract  ValueBinding UIComponent.getValueBinding(java.lang.String name)
           
 ValueBinding UIComponentBase.getValueBinding(java.lang.String name)
          Get the named value-binding associated with this component.
 ValueBinding UIGraphic.getValueBinding(java.lang.String name)
           
 ValueBinding UISelectMany.getValueBinding(java.lang.String name)
           
 ValueBinding UISelectBoolean.getValueBinding(java.lang.String name)
           
 

Methods in javax.faces.component with parameters of type ValueBinding
abstract  void UIComponent.setValueBinding(java.lang.String name, ValueBinding binding)
           
 void UIComponentBase.setValueBinding(java.lang.String name, ValueBinding binding)
          Put the provided value-binding into a map of value-bindings associated with this component.
 void UIGraphic.setValueBinding(java.lang.String name, ValueBinding binding)
           
 void UIData.setValueBinding(java.lang.String name, ValueBinding binding)
           
 void UISelectMany.setValueBinding(java.lang.String name, ValueBinding binding)
           
 void UISelectBoolean.setValueBinding(java.lang.String name, ValueBinding binding)
           
 



Copyright © 2011. All Rights Reserved.