public class ReportChartComponent extends DescribeLayoutComponent
Java class for ReportChartComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportChartComponent">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}DescribeLayoutComponent">
<sequence>
<element name="cacheData" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="contextFilterableField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hideOnError" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="includeContext" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="showTitle" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="size" type="{urn:tooling.soap.sforce.com}ReportChartComponentSize"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cacheData |
protected String |
contextFilterableField |
protected String |
error |
protected boolean |
hideOnError |
protected boolean |
includeContext |
protected boolean |
showTitle |
protected ReportChartComponentSize |
size |
displayLines, tabOrder, type, value| Constructor and Description |
|---|
ReportChartComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextFilterableField()
Gets the value of the contextFilterableField property.
|
String |
getError()
Gets the value of the error property.
|
ReportChartComponentSize |
getSize()
Gets the value of the size property.
|
boolean |
isCacheData()
Gets the value of the cacheData property.
|
boolean |
isHideOnError()
Gets the value of the hideOnError property.
|
boolean |
isIncludeContext()
Gets the value of the includeContext property.
|
boolean |
isShowTitle()
Gets the value of the showTitle property.
|
void |
setCacheData(boolean value)
Sets the value of the cacheData property.
|
void |
setContextFilterableField(String value)
Sets the value of the contextFilterableField property.
|
void |
setError(String value)
Sets the value of the error property.
|
void |
setHideOnError(boolean value)
Sets the value of the hideOnError property.
|
void |
setIncludeContext(boolean value)
Sets the value of the includeContext property.
|
void |
setShowTitle(boolean value)
Sets the value of the showTitle property.
|
void |
setSize(ReportChartComponentSize value)
Sets the value of the size property.
|
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueprotected boolean cacheData
protected String contextFilterableField
protected String error
protected boolean hideOnError
protected boolean includeContext
protected boolean showTitle
protected ReportChartComponentSize size
public boolean isCacheData()
public void setCacheData(boolean value)
public String getContextFilterableField()
Stringpublic void setContextFilterableField(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic boolean isHideOnError()
public void setHideOnError(boolean value)
public boolean isIncludeContext()
public void setIncludeContext(boolean value)
public boolean isShowTitle()
public void setShowTitle(boolean value)
public ReportChartComponentSize getSize()
ReportChartComponentSizepublic void setSize(ReportChartComponentSize value)
value - allowed object is
ReportChartComponentSizeCopyright © 2016. All rights reserved.