|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
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()
Specifies the action to take when this command is invoked. |
MethodBinding |
ActionSource.getAction()
|
MethodBinding |
UICommand.getActionListener()
A method binding EL expression that identifies an action listener method to be invoked if this component is activated by the user. |
MethodBinding |
ActionSource.getActionListener()
|
MethodBinding |
UIInput.getValidator()
A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value. |
MethodBinding |
EditableValueHolder.getValidator()
Get the single validator defined directly on this component. |
MethodBinding |
UIInput.getValueChangeListener()
A method binding EL expression, accepting a ValueChangeEvent parameter and returning void. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |