new (require("gradereport_singleview/user"))(baseUrl)
- Description:
 Construct the class.
- Source:
 
Parameters:
| Name | Type | Description | 
|---|---|---|
baseUrl | 
            
            string | The base URL for the page.  | 
        
Methods
fetchDataset() → {Promise.<*>}
- Description:
 Get the data we will be searching against in this component.
- Source:
 
Returns:
- Type
 - Promise.<*>
 
(async) renderDropdown()
- Description:
 Build the content then replace the node.
- Source:
 
selectAllResultsLink() → {null}
- Description:
 Stub out default required function unused here.
- Source:
 
Returns:
- Type
 - null
 
selectOneLink(userID) → {string|*}
- Description:
 Build up the view all link that is dedicated to a particular result.
- Source:
 
Parameters:
| Name | Type | Description | 
|---|---|---|
userID | 
            
            Number | The ID of the user selected.  | 
        
Returns:
- Type
 - string | *