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 optionsobject options to be used during the call 
 PropertiesName Type Argument Description titleString WebInterface title 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/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 rObjectjson 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:
 
