|
||||||||||
| 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
org.ajax4jsf.event.AjaxEvent
org.richfaces.event.TreeAjaxEvent
public class TreeAjaxEvent
Event send by tree component in case of AJAX of action (node expansion/collapsion or selection). Contains data to distinguish between different action types in order to support different re-rendering behaviors for particular actions.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TreeAjaxEvent(javax.faces.component.UIComponent component,
TreeAjaxEventType eventType)
|
|
| Method Summary | |
|---|---|
TreeAjaxEventType |
getEventType()
|
| Methods inherited from class org.ajax4jsf.event.AjaxEvent |
|---|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TreeAjaxEvent(javax.faces.component.UIComponent component,
TreeAjaxEventType eventType)
| Method Detail |
|---|
public TreeAjaxEventType getEventType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||