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(java.lang.String ref, java.lang.Class[] params)
          Create an object which can be used to invoke an arbitrary method via an EL expression at a later time.
 

Uses of MethodBinding in javax.faces.component
 

Methods in javax.faces.component that return MethodBinding
 MethodBinding UICommand.getAction()
           
 MethodBinding ActionSource.getAction()
           
 MethodBinding UICommand.getActionListener()
           
 MethodBinding ActionSource.getActionListener()
           
 MethodBinding UIInput.getValidator()
           
 MethodBinding EditableValueHolder.getValidator()
          Get the single validator defined directly on this component.
 MethodBinding UIInput.getValueChangeListener()
           
 MethodBinding EditableValueHolder.getValueChangeListener()
          Get the single value-change defined directly on this component.
 

Methods in javax.faces.component with parameters of type MethodBinding
 void UICommand.setAction(MethodBinding action)
           
 void ActionSource.setAction(MethodBinding action)
           
 void UICommand.setActionListener(MethodBinding actionListener)
           
 void ActionSource.setActionListener(MethodBinding actionListener)
           
 void UIInput.setValidator(MethodBinding validator)
           
 void EditableValueHolder.setValidator(MethodBinding validatorBinding)
           
 void UIInput.setValueChangeListener(MethodBinding valueChangeListener)
           
 void EditableValueHolder.setValueChangeListener(MethodBinding valueChangeMethod)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.