Uses of Class
com.sforce.soap.partner.DescribeLayoutSection

Packages that use DescribeLayoutSection
com.sforce.soap.partner   
 

Uses of DescribeLayoutSection in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return DescribeLayoutSection
 DescribeLayoutSection[] DescribeLayout.getDetailLayoutSections()
          Gets the detailLayoutSections value for this DescribeLayout.
 DescribeLayoutSection DescribeLayout.getDetailLayoutSections(int i)
           
 DescribeLayoutSection[] DescribeLayout.getEditLayoutSections()
          Gets the editLayoutSections value for this DescribeLayout.
 DescribeLayoutSection DescribeLayout.getEditLayoutSections(int i)
           
 

Methods in com.sforce.soap.partner with parameters of type DescribeLayoutSection
 void DescribeLayout.setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
          Sets the detailLayoutSections value for this DescribeLayout.
 void DescribeLayout.setDetailLayoutSections(int i, DescribeLayoutSection _value)
           
 void DescribeLayout.setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
          Sets the editLayoutSections value for this DescribeLayout.
 void DescribeLayout.setEditLayoutSections(int i, DescribeLayoutSection _value)
           
 

Constructors in com.sforce.soap.partner with parameters of type DescribeLayoutSection
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection, DescribeLayoutSection[] detailLayoutSections, DescribeLayoutSection[] editLayoutSections, java.lang.String id, RelatedList[] relatedLists)
           
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection, DescribeLayoutSection[] detailLayoutSections, DescribeLayoutSection[] editLayoutSections, java.lang.String id, RelatedList[] relatedLists)
           
 



Copyright © 2009. All Rights Reserved.