|
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
javax.faces.event.ActionEvent
oracle.adf.view.faces.bi.event.pivotTable.SortEvent
public class SortEvent
Returns a map of properties for the sort event
| 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 |
|---|
public static final java.lang.String COLUMN_SORT_SLICE_PARAM
public static final java.lang.String COLUMN_SORT_DIRECTION_PARAM
public static final java.lang.String COLUMN_SORT_GROUPED_PARAM
public static final java.lang.Integer COLUMN_SORT_ASCENDING
public static final java.lang.Integer COLUMN_SORT_DESCENDING
| Constructor Detail |
|---|
public SortEvent(javax.faces.component.UIComponent component,
SortEvent.SortType type,
java.util.Map<java.lang.String,java.lang.Object> properties)
| Method Detail |
|---|
public SortEvent.SortType getType()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.ActionEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.ActionEvent
|
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 | ||||||||