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.pivotTable
Class SortEvent

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.pivotTable.SortEvent

All Implemented Interfaces:
java.io.Serializable

public class SortEvent
extends javax.faces.event.ActionEvent

Returns a map of properties for the sort event

See Also:
Serialized Form

Nested Class Summary
static class SortEvent.SortType
           

 

Field Summary
static java.lang.Integer COLUMN_SORT_ASCENDING
          Sort ascending
static java.lang.Integer COLUMN_SORT_DESCENDING
          Sort descending
static java.lang.String COLUMN_SORT_DIRECTION_PARAM
          Sort order Parameter
static java.lang.String COLUMN_SORT_GROUPED_PARAM
          Sort grouped Parameter
static java.lang.String COLUMN_SORT_SLICE_PARAM
          Slice Parameter

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SortEvent(javax.faces.component.UIComponent component, SortEvent.SortType type, java.util.Map<java.lang.String,java.lang.Object> properties)
           

 

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
          Returns a map of properties for the sort event
 SortEvent.SortType getType()
          Returns the type of sort event
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

COLUMN_SORT_SLICE_PARAM

public static final java.lang.String COLUMN_SORT_SLICE_PARAM
Slice Parameter
See Also:
Constant Field Values

COLUMN_SORT_DIRECTION_PARAM

public static final java.lang.String COLUMN_SORT_DIRECTION_PARAM
Sort order Parameter
See Also:
Constant Field Values

COLUMN_SORT_GROUPED_PARAM

public static final java.lang.String COLUMN_SORT_GROUPED_PARAM
Sort grouped Parameter
See Also:
Constant Field Values

COLUMN_SORT_ASCENDING

public static final java.lang.Integer COLUMN_SORT_ASCENDING
Sort ascending

COLUMN_SORT_DESCENDING

public static final java.lang.Integer COLUMN_SORT_DESCENDING
Sort descending

Constructor Detail

SortEvent

public SortEvent(javax.faces.component.UIComponent component,
                 SortEvent.SortType type,
                 java.util.Map<java.lang.String,java.lang.Object> properties)

Method Detail

getType

public SortEvent.SortType getType()
Returns the type of sort event
Returns:
the type of sort event

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()
Returns a map of properties for the sort event
Returns:
a Map of properties for the sort event

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Overrides:
isAppropriateListener in class javax.faces.event.ActionEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Overrides:
processListener in class javax.faces.event.ActionEvent

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.