Skip navigation links
oracle.adf.view.rich.event
Class ActiveRowKeyChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.ActiveRowKeyChangeEvent
- All Implemented Interfaces:
- Serializable
-
public class ActiveRowKeyChangeEvent
- extends javax.faces.event.FacesEvent
An event queued to indicate that the active row key has change inside click-to-edit table. Currently this event is queued internally so that futher validation can take place and bypass "FurtherValidationNeeded" flag in the lifecycle. There can be no listeners associated with this event since it is an internal implementation.
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
ActiveRowKeyChangeEvent
public ActiveRowKeyChangeEvent(javax.faces.component.UIComponent source,
Object activeRowKey,
Object oldActiveRowKey)
getNewActiveRowKey
public Object getNewActiveRowKey()
getOldActiveRowKey
public Object getOldActiveRowKey()
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
-
- Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
-
- Specified by:
processListener in class javax.faces.event.FacesEvent
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.