Interface IDescribeLayoutSection

  • All Known Implementing Classes:
    DescribeLayoutSection

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

      • getCollapsed

        boolean getCollapsed()
        element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCollapsed

        boolean isCollapsed()
      • setCollapsed

        void setCollapsed​(boolean collapsed)
      • getColumns

        int getColumns()
        element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setColumns

        void setColumns​(int columns)
      • getHeading

        String getHeading()
        element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setHeading

        void setHeading​(String heading)
      • getLayoutRows

        IDescribeLayoutRow[] getLayoutRows()
        element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]
      • getLayoutSectionId

        String getLayoutSectionId()
        element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setLayoutSectionId

        void setLayoutSectionId​(String layoutSectionId)
      • getParentLayoutId

        String getParentLayoutId()
        element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setParentLayoutId

        void setParentLayoutId​(String parentLayoutId)
      • getRows

        int getRows()
        element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setRows

        void setRows​(int rows)
      • getTabOrder

        TabOrderType getTabOrder()
        element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderType
      • getUseCollapsibleSection

        boolean getUseCollapsibleSection()
        element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isUseCollapsibleSection

        boolean isUseCollapsibleSection()
      • setUseCollapsibleSection

        void setUseCollapsibleSection​(boolean useCollapsibleSection)
      • getUseHeading

        boolean getUseHeading()
        element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isUseHeading

        boolean isUseHeading()
      • setUseHeading

        void setUseHeading​(boolean useHeading)