| 
 | 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.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 QDRfor thisPageItemComponentInfo. | 
|  int | hashCode() | 
|  java.lang.String | toString()Produces a Stringthat 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 ComponentInfoPageItemComponentInfo.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.Objecto - 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 ComponentInfodataAccess - 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_PAGEpublic int hashCode()
hashCode in class ComponentInfopublic java.lang.String toString()
String that identifies the page item.
toString in class java.lang.ObjectString.| 
 | 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 | ||||||||