oracle.adf.view.faces.bi.event.hierarchyViewer
Class ResultEvent
java.lang.Object
  
java.util.EventObject
      
javax.faces.event.FacesEvent
          
javax.faces.event.ActionEvent
              
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 | 
 
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
ResultEvent
public ResultEvent(javax.faces.component.UIComponent component,
                   org.apache.myfaces.trinidad.component.UIXCollection search)
getSearchResults
public org.apache.myfaces.trinidad.component.UIXCollection getSearchResults()
 
Copyright © 1997, 2011, Oracle. All rights reserved.