Packagecom.salesforce.results
Classpublic dynamic class DescribeLayoutSection

A single section of a page, edit or detail, has a heading sometimes contains one or two columns



Public Properties
 PropertyDefined by
  heading : String
DescribeLayoutSection
  layoutRows : ArrayCollection
DescribeLayoutSection
  rows : Number
DescribeLayoutSection
  useCollapsibleSection : Boolean
DescribeLayoutSection
  useHeading : Boolean
DescribeLayoutSection
Public Methods
 MethodDefined by
  
DescribeLayoutSection(result:Object)
DescribeLayoutSection
Property detail
headingproperty
public var heading:String
layoutRowsproperty 
public var layoutRows:ArrayCollection
rowsproperty 
public var rows:Number
useCollapsibleSectionproperty 
public var useCollapsibleSection:Boolean
useHeadingproperty 
public var useHeading:Boolean
Constructor detail
DescribeLayoutSection()constructor
public function DescribeLayoutSection(result:Object)Parameters
result:Object