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)
          Deprecated.  
 

Methods in javax.faces.application with parameters of type ValueBinding
abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          Deprecated.  
 

Uses of ValueBinding in javax.faces.component
 

Methods in javax.faces.component that return ValueBinding
abstract  ValueBinding UIComponent.getValueBinding(java.lang.String name)
          Deprecated. Replaced by getValueExpression
 ValueBinding UIComponentBase.getValueBinding(java.lang.String name)
          Deprecated. Replaced by getValueExpression
 ValueBinding UISelectMany.getValueBinding(java.lang.String name)
          Deprecated. Use getValueExpression instead
 ValueBinding UISelectBoolean.getValueBinding(java.lang.String name)
          Deprecated. Use getValueExpression instead
 

Methods in javax.faces.component with parameters of type ValueBinding
abstract  void UIComponent.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. Replaced by setValueExpression
 void UIComponentBase.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. Replaced by setValueExpression
 void UISelectMany.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. Use setValueExpression instead
 void UISelectBoolean.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. Use setValueExpression instead
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.