Package | Description |
---|---|
javax.faces.component | |
javax.faces.event |
Modifier and Type | Method and Description |
---|---|
abstract void |
UIComponent.broadcast(FacesEvent event) |
void |
UIComponentBase.broadcast(FacesEvent event)
Invoke any listeners attached to this object which are listening
for an event whose type matches the specified event's runtime
type.
|
void |
UIInput.broadcast(FacesEvent event) |
void |
UICommand.broadcast(FacesEvent event) |
void |
UIData.broadcast(FacesEvent event)
Ensure that before the event's listeners are invoked this UIData
component's "current row" is set to the row associated with the event.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionListener.processAction(ActionEvent actionEvent) |
void |
ValueChangeListener.processValueChange(ValueChangeEvent event) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.