Skip navigation links
oracle.adf.view.rich.event
Class CarouselSpinEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.CarouselSpinEvent
- All Implemented Interfaces:
- Serializable
-
public class CarouselSpinEvent
- extends javax.faces.event.FacesEvent
CarouselSpinEvent class for when a user spins the carousel.
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
CarouselSpinEvent
public CarouselSpinEvent(javax.faces.component.UIComponent source,
Object oldItemKey,
Object newItemKey)
- Default constructor
- Parameters:
source -
oldItemKey - the row key of the item that the carousel was previously spun to
newItemKey - the row key of the item that the carousel is now spun to
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
getOldItemKey
public Object getOldItemKey()
- Retrieves the row key of the item that the carousel was previously spun to.
-
- Returns:
- the row key of the item that the carousel was previously spun to
getNewItemKey
public Object getNewItemKey()
- Retrieves the row key of the item that the carousel is now spun to.
-
- Returns:
- the row key of the item that the carousel is now spun to
toString
public String toString()
-
- Overrides:
toString in class EventObject
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.