Interface ICanvas

All Superinterfaces:
IDescribeLayoutComponent
All Known Implementing Classes:
Canvas

public interface ICanvas 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

    • getDisplayLocation

      String getDisplayLocation()
      element : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setDisplayLocation

      void setDisplayLocation(String displayLocation)
    • getReferenceId

      String getReferenceId()
      element : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setReferenceId

      void setReferenceId(String referenceId)
    • getShowLabel

      boolean getShowLabel()
      element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isShowLabel

      boolean isShowLabel()
    • setShowLabel

      void setShowLabel(boolean showLabel)
    • getShowScrollbars

      boolean getShowScrollbars()
      element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isShowScrollbars

      boolean isShowScrollbars()
    • setShowScrollbars

      void setShowScrollbars(boolean showScrollbars)
    • getSuggestedHeight

      String getSuggestedHeight()
      element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setSuggestedHeight

      void setSuggestedHeight(String suggestedHeight)
    • getSuggestedWidth

      String getSuggestedWidth()
      element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setSuggestedWidth

      void setSuggestedWidth(String suggestedWidth)