Creating a Controller Extension

Your next step is to create a controller extension to provide the new functionality for the Visualforce page.

The controller extension is an Apex class, which you learned about in the previous two chapters.

1.
Create a new Apex class through clicking on the Setup Develop Apex Classes New button.
2.
Add the following code to begin the creation of your controller extension:
public class positionExtension {

}
The initial ...

Get The Developer’s Guide to the Force.com Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.