public class ReportChartComponent extends DescribeLayoutComponent implements IReportChartComponent
| Constructor and Description |
|---|
ReportChartComponent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCacheData()
element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getContextFilterableField()
element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getError()
element : error of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getHideOnError()
element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getIncludeContext()
element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getShowTitle()
element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
ReportChartSize |
getSize()
element : size of type {urn:partner.soap.sforce.com}ReportChartSize
java type: com.sforce.soap.partner.ReportChartSize
|
boolean |
isCacheData() |
boolean |
isHideOnError() |
boolean |
isIncludeContext() |
boolean |
isShowTitle() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setCacheData(boolean cacheData) |
void |
setContextFilterableField(String contextFilterableField) |
void |
setError(String error) |
void |
setHideOnError(boolean hideOnError) |
void |
setIncludeContext(boolean includeContext) |
void |
setShowTitle(boolean showTitle) |
void |
setSize(ReportChartSize size) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValuepublic boolean getCacheData()
IReportChartComponentgetCacheData in interface IReportChartComponentpublic boolean isCacheData()
isCacheData in interface IReportChartComponentpublic void setCacheData(boolean cacheData)
setCacheData in interface IReportChartComponentpublic String getContextFilterableField()
IReportChartComponentgetContextFilterableField in interface IReportChartComponentpublic void setContextFilterableField(String contextFilterableField)
setContextFilterableField in interface IReportChartComponentpublic String getError()
IReportChartComponentgetError in interface IReportChartComponentpublic void setError(String error)
setError in interface IReportChartComponentpublic boolean getHideOnError()
IReportChartComponentgetHideOnError in interface IReportChartComponentpublic boolean isHideOnError()
isHideOnError in interface IReportChartComponentpublic void setHideOnError(boolean hideOnError)
setHideOnError in interface IReportChartComponentpublic boolean getIncludeContext()
IReportChartComponentgetIncludeContext in interface IReportChartComponentpublic boolean isIncludeContext()
isIncludeContext in interface IReportChartComponentpublic void setIncludeContext(boolean includeContext)
setIncludeContext in interface IReportChartComponentpublic boolean getShowTitle()
IReportChartComponentgetShowTitle in interface IReportChartComponentpublic boolean isShowTitle()
isShowTitle in interface IReportChartComponentpublic void setShowTitle(boolean showTitle)
setShowTitle in interface IReportChartComponentpublic ReportChartSize getSize()
IReportChartComponentgetSize in interface IReportChartComponentpublic void setSize(ReportChartSize size)
setSize in interface IReportChartComponentpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class DescribeLayoutComponentIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class DescribeLayoutComponentIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class DescribeLayoutComponentIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class DescribeLayoutComponentIOExceptioncom.sforce.ws.ConnectionExceptionpublic String toString()
toString in class DescribeLayoutComponentCopyright © 2015. All Rights Reserved.