Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


oracle.adf.view.rich.event
Class CarouselSpinEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.rich.event.CarouselSpinEvent

All Implemented Interfaces:
java.io.Serializable

public class CarouselSpinEvent
extends javax.faces.event.FacesEvent

CarouselSpinEvent class for when a user spins the carousel.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
CarouselSpinEvent(javax.faces.component.UIComponent source, java.lang.Object oldItemKey, java.lang.Object newItemKey)
          Default constructor

 

Method Summary
 java.lang.Object getNewItemKey()
          Retrieves the row key of the item that the carousel is now spun to.
 java.lang.Object getOldItemKey()
          Retrieves the row key of the item that the carousel was previously spun to.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 java.lang.String toString()
           

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

CarouselSpinEvent

public CarouselSpinEvent(javax.faces.component.UIComponent source,
                         java.lang.Object oldItemKey,
                         java.lang.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

Method Detail

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 java.lang.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 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.util.EventObject

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.