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 manner
Parameters:
Name Type Description options
object options to be used during the call
Properties
Name Type Argument Description onSuccess
Resource~onSuccess a callback function called in case of a success onFailure
Resource~onFailure <optional>
a callback function called in case of a failure baseUrl
String <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 rObject
json JSON representation of the loaded data. - Source:
- Project/ProjectLaneList.js, line 60
- See: