You need to sign in to do that
Don't have an account?

wrapper class...?
Can any one give detail explanation about wrapper class?and how can we use it as a container of different datatypes could u please explain through simmple example..?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Please go through the below link where some folks has posted.
https://developer.salesforce.com/forums/?id=906F0000000AZh8IAG
-Thanks
Ashlekh Gera
1) https://developer.salesforce.com/page/Wrapper_Class
2) https://www.minddigital.com/what-is-wrapper-class-and-how-to-use-it-in-salesforce/
3) http://www.sfdcpoint.com/salesforce/wrapper-class-in-apex/
4) http://www.salesforcetutorial.com/wrapper-class-wrapper-class-example/
In the Visualforce community boards one of the most commonly asked questions is, "How can I display a table of records with a check box and then process only the records that are selected?", like this:
This is a perfect scenario where a wrapper class can be used.
A wrapper or container class is a class, data structure, or an abstract data type whose instances are a collections of other objects.It is a custom object defined by Salesforce developer where he defines the properties of the wrapper class. Within Apex & Visualforce this can be extremely helpful to achieve many business scenarios within the Salesforce CRM software Please let us know if this will help you
Thanks
Amit Chaudhary