Interface IVisualforcePage

All Superinterfaces:
IDescribeLayoutComponent
All Known Implementing Classes:
VisualforcePage

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

    • 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)
    • getUrl

      String getUrl()
      element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setUrl

      void setUrl(String url)