Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.event
Class ItemEvent

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

All Implemented Interfaces:
java.io.Serializable

public class ItemEvent
extends javax.faces.event.FacesEvent

ItemEvent is delivered when an item has a noteworthy event. For example, when an item is removed from a panelTabbed component.

See Also:
Serialized Form

Nested Class Summary
static class ItemEvent.Type
          Possible types of item event

 

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ItemEvent(javax.faces.component.UIComponent source, ItemEvent.Type type)
          Constructor for item event

 

Method Summary
 ItemEvent.Type getType()
          Gets the type of the ItemEvent.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           

 

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

 

Constructor Detail

ItemEvent

public ItemEvent(javax.faces.component.UIComponent source,
                 ItemEvent.Type type)
Constructor for item event
Parameters:
source - the component instance
type - Type the type of item event

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

getType

public ItemEvent.Type getType()
Gets the type of the ItemEvent.
Returns:
the type of the the event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


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