Uses of Class
javax.faces.el.ValueBinding

Packages that use ValueBinding
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
javax.faces.component Fundamental APIs for user interface components. 
 

Uses of ValueBinding in javax.faces.application
 

Methods in javax.faces.application that return ValueBinding
abstract  ValueBinding Application.createValueBinding(java.lang.String ref)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression.
 ValueBinding ApplicationWrapper.createValueBinding(java.lang.String ref)
          

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

 ValueBinding ApplicationWrapper.createValueBinding(java.lang.String ref)
          

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

abstract  ValueBinding Application.createValueBinding(java.lang.String ref)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression.
 

Methods in javax.faces.application with parameters of type ValueBinding
abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          Deprecated. This has been replaced by #createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String).
 UIComponent ApplicationWrapper.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          

The default behavior of this method is to call Application.createComponent(javax.faces.el.ValueBinding, javax.faces.context.FacesContext, String) on the wrapped Application object.

 UIComponent ApplicationWrapper.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          

The default behavior of this method is to call Application.createComponent(javax.faces.el.ValueBinding, javax.faces.context.FacesContext, String) on the wrapped Application object.

abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          Deprecated. This has been replaced by #createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String).
 

Uses of ValueBinding in javax.faces.component
 

Methods in javax.faces.component that return ValueBinding
abstract  ValueBinding UIComponent.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
 ValueBinding UIComponentBase.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
 ValueBinding UIGraphic.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIGraphic.getValueExpression(java.lang.String).
 ValueBinding UISelectBoolean.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UISelectBoolean.getValueExpression(java.lang.String).
 ValueBinding UISelectMany.getValueBinding(java.lang.String name)
          Deprecated. this has been replaced by UISelectMany.getValueExpression(java.lang.String).
 ValueBinding UISelectMany.getValueBinding(java.lang.String name)
          Deprecated. this has been replaced by UISelectMany.getValueExpression(java.lang.String).
 ValueBinding UISelectBoolean.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UISelectBoolean.getValueExpression(java.lang.String).
 ValueBinding UIGraphic.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIGraphic.getValueExpression(java.lang.String).
 ValueBinding UIComponentBase.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
abstract  ValueBinding UIComponent.getValueBinding(java.lang.String name)
          Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String).
 

Methods in javax.faces.component with parameters of type ValueBinding
abstract  void UIComponent.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIComponent.setValueExpression(java.lang.String, ValueExpression).
 void UIComponentBase.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIComponent.setValueExpression(java.lang.String, ValueExpression).
 void UIData.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by #setValueExpression(java.lang.String, javax.el.ValueExpression).
 void UIGraphic.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIGraphic.setValueExpression(java.lang.String, ValueExpression).
 void UISelectBoolean.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UISelectBoolean.setValueExpression(java.lang.String, ValueExpression).
 void UISelectMany.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by #setValueExpression(java.lang.String, javax.el.ValueExpression).
 void UISelectMany.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by #setValueExpression(java.lang.String, javax.el.ValueExpression).
 void UISelectBoolean.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UISelectBoolean.setValueExpression(java.lang.String, ValueExpression).
 void UIGraphic.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIGraphic.setValueExpression(java.lang.String, ValueExpression).
 void UIData.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by #setValueExpression(java.lang.String, javax.el.ValueExpression).
 void UIComponentBase.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIComponent.setValueExpression(java.lang.String, ValueExpression).
abstract  void UIComponent.setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. This has been replaced by UIComponent.setValueExpression(java.lang.String, ValueExpression).
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.