Package | Description |
---|---|
javax.faces.application | |
javax.faces.component |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2012 Apache Software Foundation. All Rights Reserved.