| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| 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
javax.faces.event.ActionEvent
oracle.adf.view.faces.bi.event.PivotEvent
public class PivotEvent
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| PivotEvent(javax.faces.component.UIComponent source,
           int fromEdge,
           int toEdge)Constructor. | |
| PivotEvent(javax.faces.component.UIComponent source,
           int fromEdge,
           int toEdge,
           int fromLayer,
           int toLayer,
           int _flags)Constructor. | |
| Method Summary | |
|---|---|
|  java.lang.Object | clone() | 
|  int | getFlags() | 
|  int | getFromDimension()Get the from dimension. | 
|  int | getFromEdge()Get the from edge. | 
|  int | getToDimension() | 
|  int | getToEdge() | 
|  boolean | isAppropriateListener(javax.faces.event.FacesListener listener) | 
|  boolean | isDimensionSwap()Is this a dimension swap? | 
|  boolean | isEdgeSwap()Is this an edge swap? | 
|  boolean | isMoveAfter()Is this a dimension move after? | 
|  boolean | isMoveBefore()Is this a dimension move before? | 
|  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 | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PivotEvent(javax.faces.component.UIComponent source,
                  int fromEdge,
                  int toEdge,
                  int fromLayer,
                  int toLayer,
                  int _flags)
source - the event sourcefromEdge - the edge pivoting fromtoEdge - the edge pivoting tofromLayer - the layer (dimension) pivoting fromtoLayer - the layer (dimension) pivoting to_flags - enumerated flag value indicating the type of
        pivot (move before, move after, swap, edge)
public PivotEvent(javax.faces.component.UIComponent source,
                  int fromEdge,
                  int toEdge)
source - the event sourcefromEdge - the edge pivoting fromtoEdge - the edge pivoting to| Method Detail | 
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.ActionEventlistener - 
public void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.ActionEventlistener - public int getFromEdge()
public int getToEdge()
public int getFromDimension()
public int getToDimension()
public int getFlags()
public boolean isEdgeSwap()
true if edge swappublic boolean isDimensionSwap()
true if dimension swap (as opposed to an edge swap)public boolean isMoveAfter()
true if dimension move afterpublic boolean isMoveBefore()
true if dimension move before| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||