public class PageItemComponentInfo extends ComponentInfo
DataView component. A page item is an item in a paging control. Each item shows information about a dimension on the page edge.| Constructor and Description |
|---|
PageItemComponentInfo(int pageItem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public PageItemComponentInfo(int pageItem)
pageItem - The page item of the component.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.