Package ZenWidgets :: Package browser :: Package quickstart :: Module views :: Class DeviceAddView
[hide private]
[frames] | no frames]

Class DeviceAddView

source code

         Acquisition.Explicit --+    
                                |    
Products.Five.browser.BrowserView --+
                                    |
                                   DeviceAddView

Specify devices to be added.

Instance Methods [hide private]
 
default_communities(self)
Format the value of Devices.Discovered.zSnmpCommunities for a textarea
source code
 
_assemble_types_list(self)
Walks all device classes building a list of description/protocol pairs.
source code
 
device_types(self)
Build an object for populating an Ext ComboBox representing "device types," which should exactly correspond to DeviceClasses in the system.
source code
 
autodiscovery(self) source code
 
manual(self) source code

Inherited from Products.Five.browser.BrowserView: __init__

Class Variables [hide private]

Inherited from Products.Five.browser.BrowserView: security

Method Details [hide private]

default_communities(self)

source code 
Format the value of Devices.Discovered.zSnmpCommunities for a textarea
Decorators:
  • @json

device_types(self)

source code 

Build an object for populating an Ext ComboBox representing "device types," which should exactly correspond to DeviceClasses in the system.

This method iterates over a predetermined list of types we might want to see and checks each DeviceClass for existence (i.e., is the appropriate ZenPack installed?).
Decorators:
  • @json

autodiscovery(self)

source code 
Decorators:
  • @Ext.form_action

manual(self)

source code 
Decorators:
  • @Ext.form_action