Skip navigation links
oracle.adf.view.rich.event
Class SpringboardChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.SpringboardChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class SpringboardChangeEvent
- extends javax.faces.event.FacesEvent
The SpringboardChange event is delivered when some display change is made,
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SpringboardChangeEvent(javax.faces.component.UIComponent source, java.lang.String newDisplayMode, java.lang.String oldDisplayMode)
|
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 |
SpringboardChangeEvent
public SpringboardChangeEvent(javax.faces.component.UIComponent source,
java.lang.String newDisplayMode,
java.lang.String oldDisplayMode)
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
getOldDisplayMode
public java.lang.String getOldDisplayMode()
-
- Returns:
- the old displayMode value. If getNewDisplayMode returns null this method will return null
getNewDisplayMode
public java.lang.String getNewDisplayMode()
-
- Returns:
- the new displayMode value
Skip navigation links
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.