Class Canvas

All Implemented Interfaces:
ICanvas, IDescribeLayoutComponent, com.sforce.ws.bind.XMLizable

public class Canvas extends DescribeLayoutComponent implements ICanvas
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Details

    • Canvas

      public Canvas()
      Constructor
  • Method Details

    • getDisplayLocation

      public String getDisplayLocation()
      Description copied from interface: ICanvas
      element : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDisplayLocation in interface ICanvas
    • setDisplayLocation

      public void setDisplayLocation(String displayLocation)
      Specified by:
      setDisplayLocation in interface ICanvas
    • setDisplayLocation

      protected void setDisplayLocation(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getReferenceId

      public String getReferenceId()
      Description copied from interface: ICanvas
      element : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getReferenceId in interface ICanvas
    • setReferenceId

      public void setReferenceId(String referenceId)
      Specified by:
      setReferenceId in interface ICanvas
    • setReferenceId

      protected void setReferenceId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getShowLabel

      public boolean getShowLabel()
      Description copied from interface: ICanvas
      element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getShowLabel in interface ICanvas
    • isShowLabel

      public boolean isShowLabel()
      Specified by:
      isShowLabel in interface ICanvas
    • setShowLabel

      public void setShowLabel(boolean showLabel)
      Specified by:
      setShowLabel in interface ICanvas
    • setShowLabel

      protected void setShowLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getShowScrollbars

      public boolean getShowScrollbars()
      Description copied from interface: ICanvas
      element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getShowScrollbars in interface ICanvas
    • isShowScrollbars

      public boolean isShowScrollbars()
      Specified by:
      isShowScrollbars in interface ICanvas
    • setShowScrollbars

      public void setShowScrollbars(boolean showScrollbars)
      Specified by:
      setShowScrollbars in interface ICanvas
    • setShowScrollbars

      protected void setShowScrollbars(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSuggestedHeight

      public String getSuggestedHeight()
      Description copied from interface: ICanvas
      element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSuggestedHeight in interface ICanvas
    • setSuggestedHeight

      public void setSuggestedHeight(String suggestedHeight)
      Specified by:
      setSuggestedHeight in interface ICanvas
    • setSuggestedHeight

      protected void setSuggestedHeight(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSuggestedWidth

      public String getSuggestedWidth()
      Description copied from interface: ICanvas
      element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSuggestedWidth in interface ICanvas
    • setSuggestedWidth

      public void setSuggestedWidth(String suggestedWidth)
      Specified by:
      setSuggestedWidth in interface ICanvas
    • setSuggestedWidth

      protected void setSuggestedWidth(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Overrides:
      write in class DescribeLayoutComponent
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class DescribeLayoutComponent
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Overrides:
      load in class DescribeLayoutComponent
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Overrides:
      loadFields in class DescribeLayoutComponent
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class DescribeLayoutComponent