|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.util.ComponentInfo
oracle.dss.util.PageItemComponentInfo
public class PageItemComponentInfo
Page item information about a DataView
component.
A page item is an item in a paging control.
Each item shows information about a dimension on the page edge.
Constructor Summary | |
---|---|
PageItemComponentInfo(int pageItem)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones this PageItemComponentInfo . |
boolean |
equals(java.lang.Object o)
Indicates whether the specified object is equivalent to this PageItemComponentInfo . |
int |
getPageItem()
Retrieves the number of the page item. |
QDR |
getQDR(DataAccess dataAccess,
int flags)
Retrieves a QDR for this PageItemComponentInfo . |
int |
hashCode()
|
java.lang.String |
toString()
Produces a String that identifies the page item. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageItemComponentInfo(int pageItem)
pageItem
- The page item of the component.Method Detail |
---|
public java.lang.Object clone()
PageItemComponentInfo
.
clone
in class ComponentInfo
PageItemComponentInfo
.public int getPageItem()
public boolean equals(java.lang.Object o)
PageItemComponentInfo
.
PageItemComponentInfo
objects are equivalent if they refer
to the same item on the page edge.
equals
in class java.lang.Object
o
- The object to compare with this
PageItemComponentInfo
.
true
if both objects refer to the same page item,
false
if not or if o
is not a
PageItemComponentInfo
.public QDR getQDR(DataAccess dataAccess, int flags)
QDR
for this PageItemComponentInfo
.
The QDR
is a dimension-only QDR
that
identifies the dimension whose members appear in the page item
for which this PageItemComponentInfo
provides
information.
getQDR
in class ComponentInfo
dataAccess
- The DataAccess
that the page item is
using.flags
- A constant that identifies whether to include page edge
information if the QDR
is not for the page edge. Valid
constants are listed in the See Also section.
QDR
that identifies the dimension whose members
the page item displays.DataAccess.QDR_WITH_PAGE
,
DataAccess.QDR_WITHOUT_PAGE
public int hashCode()
hashCode
in class ComponentInfo
public java.lang.String toString()
String
that identifies the page item.
toString
in class java.lang.Object
String
.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |