oracle.adf.view.faces.event
Class GotoEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.faces.event.FacesEvent
              |
              +--oracle.adf.view.faces.event.GotoEvent
All Implemented Interfaces:
java.io.Serializable

public class GotoEvent
extends javax.faces.event.FacesEvent

Event delivered when navigating to an index.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GotoEvent(javax.faces.component.UIComponent source, int value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getValue()
           
 int hashCode()
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GotoEvent

public GotoEvent(javax.faces.component.UIComponent source,
                 int value)
Method Detail

getValue

public int getValue()

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject


Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.