|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.openfaces.event.AjaxActionEvent
public class AjaxActionEvent
Constructor Summary | |
---|---|
AjaxActionEvent(javax.faces.component.UIComponent component)
|
Method Summary | |
---|---|
java.lang.Object |
getAjaxResult()
|
void |
setAjaxResult(java.lang.Object ajaxResult)
Specifies the value that can optionally be sent to the client-side by the server action processing code. |
Methods inherited from class javax.faces.event.ActionEvent |
---|
isAppropriateListener, processListener |
Methods inherited from class javax.faces.event.FacesEvent |
---|
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AjaxActionEvent(javax.faces.component.UIComponent component)
Method Detail |
---|
public java.lang.Object getAjaxResult()
public void setAjaxResult(java.lang.Object ajaxResult)
AjaxRequest
object's
ajaxResult
property.
ajaxResult
- any primitive type, String, any Iterable instance or a Map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |