public interface IReportChartComponent extends IDescribeLayoutComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCacheData()
element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getContextFilterableField()
element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.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 |
setCacheData(boolean cacheData) |
void |
setContextFilterableField(java.lang.String contextFilterableField) |
void |
setError(java.lang.String error) |
void |
setHideOnError(boolean hideOnError) |
void |
setIncludeContext(boolean includeContext) |
void |
setShowTitle(boolean showTitle) |
void |
setSize(ReportChartSize size) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueboolean getCacheData()
boolean isCacheData()
void setCacheData(boolean cacheData)
java.lang.String getContextFilterableField()
void setContextFilterableField(java.lang.String contextFilterableField)
java.lang.String getError()
void setError(java.lang.String error)
boolean getHideOnError()
boolean isHideOnError()
void setHideOnError(boolean hideOnError)
boolean getIncludeContext()
boolean isIncludeContext()
void setIncludeContext(boolean includeContext)
boolean getShowTitle()
boolean isShowTitle()
void setShowTitle(boolean showTitle)
ReportChartSize getSize()
void setSize(ReportChartSize size)
Copyright © 2020. All Rights Reserved.