new WebInterfaceList()
Create a new instance of Web Interface List
- Source:
- Project/WebInterfaceList.js, line 28
- See:
Properties:
Name | Type | Description |
---|---|---|
webInterfaces |
Array | Array of webInterfaces. |
Methods
-
createWebInterface(options)
-
Create a new WebInterface.
Parameters:
Name Type Description options
object options to be used during the call
Properties
Name Type Argument Description title
String WebInterface title 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/WebInterfaceList.js, line 122
- See:
-
generateUrl()
-
Overrides Resource's generateUrl method to return the Post url
- Source:
- Project/WebInterfaceList.js, line 107
- See:
-
generateUrl()
-
Overrides Resource's generateUrl method to return the request url
- Source:
- Project/WebInterfaceList.js, line 47
- See:
-
loadPreset()
-
Overrides Resource's loadPreset method.
- Source:
- Project/WebInterfaceList.js, line 41
- 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/WebInterfaceList.js, line 57
- See:
-
savePreset()
-
Overrides Resource's savePreset method.
- Source:
- Project/WebInterfaceList.js, line 101
- See: