Package | Description |
---|---|
javax.faces.component | |
javax.faces.event |
Modifier and Type | Method and Description |
---|---|
protected abstract FacesListener[] |
UIComponent.getFacesListeners(Class clazz) |
protected FacesListener[] |
UIComponentBase.getFacesListeners(Class clazz) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
UIComponent.addFacesListener(FacesListener listener) |
protected void |
UIComponentBase.addFacesListener(FacesListener listener) |
protected abstract void |
UIComponent.removeFacesListener(FacesListener listener) |
protected void |
UIComponentBase.removeFacesListener(FacesListener listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionListener
see Javadoc of JSF Specification
|
interface |
ValueChangeListener
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
FacesEvent.isAppropriateListener(FacesListener faceslistener) |
boolean |
ActionEvent.isAppropriateListener(FacesListener facesListeners) |
boolean |
ValueChangeEvent.isAppropriateListener(FacesListener facesListeners) |
abstract void |
FacesEvent.processListener(FacesListener faceslistener) |
void |
ActionEvent.processListener(FacesListener facesListeners) |
void |
ValueChangeEvent.processListener(FacesListener facesListeners) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.