Interface IReportChartComponent

All Superinterfaces:
IDescribeLayoutComponent
All Known Implementing Classes:
ReportChartComponent

public interface IReportChartComponent extends IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getCacheData

      boolean getCacheData()
      element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isCacheData

      boolean isCacheData()
    • setCacheData

      void setCacheData(boolean cacheData)
    • getContextFilterableField

      String getContextFilterableField()
      element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setContextFilterableField

      void setContextFilterableField(String contextFilterableField)
    • getError

      String getError()
      element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setError

      void setError(String error)
    • getHideOnError

      boolean getHideOnError()
      element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isHideOnError

      boolean isHideOnError()
    • setHideOnError

      void setHideOnError(boolean hideOnError)
    • getIncludeContext

      boolean getIncludeContext()
      element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isIncludeContext

      boolean isIncludeContext()
    • setIncludeContext

      void setIncludeContext(boolean includeContext)
    • getShowTitle

      boolean getShowTitle()
      element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isShowTitle

      boolean isShowTitle()
    • setShowTitle

      void setShowTitle(boolean showTitle)
    • getSize

      ReportChartSize getSize()
      element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSize
    • setSize

      void setSize(ReportChartSize size)