|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.util.SortInfo
oracle.dss.util.CubicSortInfo
oracle.dss.util.LayerSortInfo
public class LayerSortInfo
Info for header sorts
| Field Summary |
|---|
| Fields inherited from class oracle.dss.util.CubicSortInfo |
|---|
m_edge, m_grouped, m_nullsFirst |
| Fields inherited from class oracle.dss.util.SortInfo |
|---|
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper |
| Constructor Summary | |
|---|---|
LayerSortInfo(int edge, int layer, int direction, boolean nullsFirst, boolean grouped) |
|
| Method Summary | |
|---|---|
int |
getLayer() |
| Methods inherited from class oracle.dss.util.CubicSortInfo |
|---|
getEdge, isGrouped, isNullsFirst, setEdge, setGrouped, setNullsFirst |
| Methods inherited from class oracle.dss.util.SortInfo |
|---|
associateParameter, equals, getAssociatedParameterName, getDirection, getLayerName, getParameterNames, parameterize, setDirection, setLayerName, usesParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayerSortInfo(int edge,
int layer,
int direction,
boolean nullsFirst,
boolean grouped)
edge - cubic edge to sort (row or column).layer - layer column within the edge to sortdirection - sort ascending or descendingnullsFirst - should all null values be sorted first or last?grouped - should values be sorted within their outer layer values, or should the entire edge be sorted as sets of tuples?| Method Detail |
|---|
public int getLayer()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||