Packagecom.salesforce.results
Classpublic dynamic class DescribeLayoutRow

Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.

See also

com.salesforce.Connection.describeLayout()
Apex Developer Guide


Public Properties
 PropertyDefined by
  layoutItems : ArrayCollection
DescribeLayoutRow
  numItems : int
DescribeLayoutRow
Public Methods
 MethodDefined by
  
DescribeLayoutRow(obj:ObjectProxy)
DescribeLayoutRow
Property detail
layoutItemsproperty
public var layoutItems:ArrayCollection
numItemsproperty 
public var numItems:int
Constructor detail
DescribeLayoutRow()constructor
public function DescribeLayoutRow(obj:ObjectProxy)Parameters
obj:ObjectProxy