Interface IDescribeLayoutButton

  • All Known Implementing Classes:
    DescribeLayoutButton

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

      • getBehavior

        WebLinkWindowType getBehavior()
        element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowType
      • getColors

        IDescribeColor[] getColors()
        element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
      • getContent

        String getContent()
        element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setContent

        void setContent​(String content)
      • getContentSource

        WebLinkType getContentSource()
        element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkType
      • setContentSource

        void setContentSource​(WebLinkType contentSource)
      • getCustom

        boolean getCustom()
        element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCustom

        boolean isCustom()
      • setCustom

        void setCustom​(boolean custom)
      • getEncoding

        String getEncoding()
        element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setEncoding

        void setEncoding​(String encoding)
      • getHeight

        Integer getHeight()
        element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      • setHeight

        void setHeight​(Integer height)
      • getIcons

        IDescribeIcon[] getIcons()
        element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
      • getLabel

        String getLabel()
        element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setLabel

        void setLabel​(String label)
      • getMenubar

        Boolean getMenubar()
        element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setMenubar

        void setMenubar​(Boolean menubar)
      • getName

        String getName()
        element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setName

        void setName​(String name)
      • getOverridden

        boolean getOverridden()
        element : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isOverridden

        boolean isOverridden()
      • setOverridden

        void setOverridden​(boolean overridden)
      • getResizeable

        Boolean getResizeable()
        element : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setResizeable

        void setResizeable​(Boolean resizeable)
      • getScrollbars

        Boolean getScrollbars()
        element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setScrollbars

        void setScrollbars​(Boolean scrollbars)
      • getShowsLocation

        Boolean getShowsLocation()
        element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setShowsLocation

        void setShowsLocation​(Boolean showsLocation)
      • getShowsStatus

        Boolean getShowsStatus()
        element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setShowsStatus

        void setShowsStatus​(Boolean showsStatus)
      • getToolbar

        Boolean getToolbar()
        element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setToolbar

        void setToolbar​(Boolean toolbar)
      • getUrl

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

        void setUrl​(String url)
      • getWidth

        Integer getWidth()
        element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      • setWidth

        void setWidth​(Integer width)
      • getWindowPosition

        WebLinkPosition getWindowPosition()
        element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPosition
      • setWindowPosition

        void setWindowPosition​(WebLinkPosition windowPosition)