new ProjectLaneList()
        Create a new instance of ProjectLaneList
    
    
    
    
    
    
    
    
    
- Source:
- Project/ProjectLaneList.js, line 29
 
- See:
Properties:
| Name | Type | Description | 
|---|---|---|
| lanes | Array | Array of lanes. | 
| pools | Array | Array of pools. | 
Methods
- 
    generateUrl()
- 
    
    
    Overrides Resource's generateUrl method to return the request url- Source:
- Project/ProjectLaneList.js, line 50
 
- See:
 
- 
    loadPoolsSerialized(options)
- 
    
    
    Load pools in a serialized mannerParameters:Name Type Description optionsobject options to be used during the call 
 PropertiesName Type Argument Description onSuccessResource~onSuccess a callback function called in case of a success onFailureResource~onFailure <optional> 
 a callback function called in case of a failure baseUrlString <optional> 
 base URL. If not set the current base URL will be used - Source:
- Project/ProjectLaneList.js, line 103
 
 
- 
    loadPreset()
- 
    
    
    Overrides Resource's loadPreset method.- Source:
- Project/ProjectLaneList.js, line 44
 
- See:
 
- 
    loadSet(rObject)
- 
    
    
    Overrides Resource's loadSet method to set local variables after request.Parameters:Name Type Description rObjectjson JSON representation of the loaded data. - Source:
- Project/ProjectLaneList.js, line 60
 
- See:
 
