public class QueryPivotEvent
extends javax.faces.event.FacesEvent
| Constructor and Description |
|---|
QueryPivotEvent(javax.faces.component.UIComponent source,
oracle.adf.view.rich.model.QueryDescriptor descriptor,
java.lang.String fromAttribute,
java.lang.String toAttribute,
PivotableQueryDescriptor.PivotOperation operation)
Constructs an instance of the QueryPivotEvent.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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 instance.descriptor - the QueryDescriptor for the component.fromAttribute - the name of the attribute in which the user pivots from.toAttribute - the name of the attribute in which the user pivots to.operation - the pivot operation.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