function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michael LudwigMichael Ludwig 

standard list controller properties

Hi,

another newbie, on my track from Admin to Dev.
I am just going through the Trailhead module for Visualforce. All ok so far, I am managing ok, I guess.

I have one question regarding standard list controller. In one module it says:

When the page loads, the <apex:selectList> builds a menu of available filters, by getting the list from the {! listViewOptions } expression. listViewOptions is a property provided by the standard list controller.

While I understand what is happening I would like to know where can I find all the properties that the standard list controller provides ?
Where is the reference in the VF developer guide ?

Thanks.

Michael
Michael LudwigMichael Ludwig
...ok, finally found it. The standard list controller is built on the StandardSetControllerClass.