Uses of Class
javax.faces.el.MethodBinding

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

Uses of MethodBinding in javax.faces.application
 

Methods in javax.faces.application that return MethodBinding
abstract  MethodBinding Application.createMethodBinding(String ref, Class[] params)
          Deprecated.  
 

Uses of MethodBinding in javax.faces.component
 

Methods in javax.faces.component that return MethodBinding
 MethodBinding UICommand.getAction()
          Deprecated. Use getActionExpression() instead.
 MethodBinding ActionSource.getAction()
          Deprecated. Replaced by ActionSource2.getActionExpression
 MethodBinding UICommand.getActionListener()
          Deprecated.  
 MethodBinding ActionSource.getActionListener()
          Deprecated. Replaced by getActionListeners
 MethodBinding UIInput.getValidator()
          Deprecated.  
 MethodBinding EditableValueHolder.getValidator()
          Deprecated. Use getValidators() instead.
 MethodBinding UIInput.getValueChangeListener()
          Deprecated.  
 MethodBinding EditableValueHolder.getValueChangeListener()
          Deprecated. Use getValueChangeLIsteners() instead.
 

Methods in javax.faces.component with parameters of type MethodBinding
 void UICommand.setAction(MethodBinding action)
          Deprecated. Use setActionExpression instead.
 void ActionSource.setAction(MethodBinding action)
          Deprecated. Replaced by ActionSource2.setActionExpression
 void UICommand.setActionListener(MethodBinding actionListener)
          Deprecated.  
 void ActionSource.setActionListener(MethodBinding actionListener)
           
 void UIInput.setValidator(MethodBinding validator)
          Deprecated.  
 void EditableValueHolder.setValidator(MethodBinding validatorBinding)
          Deprecated. Use addValidator(MethodExpressionValidaotr) instead.
 void UIInput.setValueChangeListener(MethodBinding valueChangeListener)
          Deprecated.  
 void EditableValueHolder.setValueChangeListener(MethodBinding valueChangeMethod)
          Deprecated. use addValueChangeListener(MethodExpressionValueChangeListener) instead.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.