|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.faces.bi.event.pivotFilterBar.QueryPivotEvent
public class QueryPivotEvent
The query pivot event is delivered when a pivot operation is executed on the PivotFilterBar.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
QueryPivotEvent(javax.faces.component.UIComponent source,
oracle.adf.view.rich.model.QueryDescriptor descriptor,
java.lang.String fromAttribute,
java.lang.String toAttribute,
PivotableQueryDescriptor.PivotOperation operation)
Constructor for QueryPivotEvent. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
oracle.adf.view.rich.model.QueryDescriptor |
getDescriptor()
Gets the payload of the event. |
java.lang.String |
getFromAttribute()
Gets the name of the attribute in which the user pivots from. |
PivotableQueryDescriptor.PivotOperation |
getOperation()
Gets the type of pivot operation. |
java.lang.String |
getToAttribute()
Gets the name of the attribute in which the user pivots to. |
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 |
|---|
public QueryPivotEvent(javax.faces.component.UIComponent source,
oracle.adf.view.rich.model.QueryDescriptor descriptor,
java.lang.String fromAttribute,
java.lang.String toAttribute,
PivotableQueryDescriptor.PivotOperation operation)
source - the component instancedescriptor - QueryDescriptor the QueryDescriptor for the componentfromAttribute - the name of the attribute in which the user pivots fromtoAttribute - the name of the attribute in which the user pivots tooperation - the pivot operation| Method Detail |
|---|
public oracle.adf.view.rich.model.QueryDescriptor getDescriptor()
public java.lang.String getFromAttribute()
public java.lang.String getToAttribute()
public PivotableQueryDescriptor.PivotOperation getOperation()
public void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEventpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||