|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ReportPartID
public class ReportPartID
This object is used to identify a report part within the report. Report parts include chart, text, and field objects. You need to specify the name and the data context of the object.
| Constructor Summary | |
|---|---|
ReportPartID()
|
|
ReportPartID(IReportPartID src)
|
|
ReportPartID(ReportPartID part)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
java.lang.String |
getDataContext()
Returns a data subtree in the report. |
java.lang.String |
getName()
Returns the name of the report part. |
boolean |
hasContent(java.lang.Object srcReportPartID)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setDataContext(java.lang.String dataContext)
Sets a data subtree in the report. |
void |
setName(java.lang.String name)
Sets the name of the report part. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportPartID(IReportPartID src)
public ReportPartID()
public ReportPartID(ReportPartID part)
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only.
public void endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
public java.lang.String getDataContext()
IReportPartIDReturns a data subtree in the report. The data context represents the whole group tree or a sub tree in the group tree. DataContext can be specified using either strings or integers to narrow down the search for the report object. For example, "/Country[USA]/Region[CA]" or "2-1". You can use a wildcard (*) in the last position only. For example, "/Country[USA]/ Region[CA]/*" or "2-1-*".
getDataContext in interface IReportPartIDString.public java.lang.String getName()
IReportPartIDReturns the name of the report part.
getName in interface IReportPartIDString.public boolean hasContent(java.lang.Object srcReportPartID)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOExceptionpublic void setDataContext(java.lang.String dataContext)
IReportPartIDSets a data subtree in the report. The data context represents the whole group tree or a sub tree in the group tree. DataContext can be specified using either strings or integers to narrow down the search for the report object. For example, "/Country[USA]/Region[CA]" or "2-1". You can use a wildcard (*) in the last position only. For example, "/Country[USA]/ Region[CA]/*" or "2-1-*".
setDataContext in interface IReportPartIDdataContext - The data subtree name of the report part as a String.public void setName(java.lang.String name)
IReportPartIDSets the name of the report part.
setName in interface IReportPartIDname - The name of the report part as a String.
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||