Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.adf.view.faces.bi.event.hierarchyViewer
Class ResultEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by oracle.adf.view.faces.bi.event.hierarchyViewer.ResultEvent

All Implemented Interfaces:
java.io.Serializable

public class ResultEvent
extends javax.faces.event.ActionEvent
See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_NAME
           
protected  org.apache.myfaces.trinidad.component.UIXCollection m_search
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ResultEvent(javax.faces.component.UIComponent component, org.apache.myfaces.trinidad.component.UIXCollection search)
           

 

Method Summary
 org.apache.myfaces.trinidad.component.UIXCollection getSearchResults()
           

 

Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener

 

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

 

Field Detail

EVENT_NAME

public static final java.lang.String EVENT_NAME
See Also:
Constant Field Values

m_search

protected org.apache.myfaces.trinidad.component.UIXCollection m_search

Constructor Detail

ResultEvent

public ResultEvent(javax.faces.component.UIComponent component,
                   org.apache.myfaces.trinidad.component.UIXCollection search)

Method Detail

getSearchResults

public org.apache.myfaces.trinidad.component.UIXCollection getSearchResults()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.