StandardSetController Constructors
The following are constructors for
StandardSetController
.
StandardSetController(sObjectList)
Creates a new instance of the
ApexPages.StandardSetController
class for the list of sObjects returned by the query locator.
StandardSetController(controllerSObjects)
Creates a new instance of the
ApexPages.StandardSetController
class for the specified list of standard or custom objects.
Previous
Next