BasicAdapter Constructor
        
 Initializes the Adapter. Called during construction.
 
         
        Parameters
        
            - adapterOptions
            
 
            - 
                
Type: Object
(optional) An object literal parameter specifying default values.
 Note: If no container is specified, a new div DOM element will be created and used.
Optional: True 
        
        Examples
        The following example initializes a new instance of a BasicAdapter object:
        
var newObject = new dundas.view.controls.BasicAdapter();