Beispiel #1
0
 def check_icon_object_on_conduits_tree(self,
                                        treePanel,
                                        treeNode,
                                        icon,
                                        delimiter="/"):
     connection._check_icon_object_on_connections_window(
         self.conduitsFrame, treePanel, self.treeFromDiv, self.treeToDiv,
         treeNode, icon, delimiter)
 def check_icon_object_on_circuit_provisioning_tree(self,
                                                    treePanel,
                                                    treeNode,
                                                    icon,
                                                    delimiter="/"):
     connection._check_icon_object_on_connections_window(
         self.ccFrame, treePanel, self.treeFromDiv, self.treeToDiv,
         treeNode, icon, delimiter)
 def check_icon_object_on_patching_tree(self,
                                        treePanel,
                                        treeNode,
                                        icon,
                                        delimiter="/"):
     """tree_panel = From or To, tree_node with format as example Site/TM_MNE_236/Room1"""
     connection._check_icon_object_on_connections_window(
         self.patchingIframe, treePanel, self.treeFromDiv, self.treeToDiv,
         treeNode, icon, delimiter)
Beispiel #4
0
 def check_icon_object_on_quareo_unmanaged_tree(self,
                                                treePanel,
                                                treeNode,
                                                icon,
                                                delimiter="/"):
     """tree_panel = From or To, tree_node with format as example Site/TM_MNE_236/Room1, the icon name to check"""
     connection._check_icon_object_on_connections_window(
         self.qUCIframe, treePanel, self.treeFromDiv, self.treeToDiv,
         treeNode, icon, delimiter)
 def check_icon_object_on_replace_network_equipment_tree(self, treePanel, treeNode, icon, delimiter="/"):
     """tree_panel = From or To, tree_node with format as example Site/TM_MNE_236/Room1"""
     connection._check_icon_object_on_connections_window(self.rneIframe, treePanel, self.treeFromDiv, self.treeToDiv, treeNode, icon, delimiter)
 def check_icon_object_on_define_equipment_patches_tree(
         self, treePanel, treeNode, icon, delimiter="/"):
     connection._check_icon_object_on_connections_window(
         self.depIframe, treePanel, self.treeFromDiv, self.treeToDiv,
         treeNode, icon, delimiter)
Beispiel #7
0
 def check_icon_object_on_upgrade_to_ipatch_tree(self, treePanel, treeNode, icon, delimiter="/"):
     connection._check_icon_object_on_connections_window(self.iframe, treePanel, self.treeFromDiv, self.treeToDiv, treeNode, icon, delimiter)
Beispiel #8
0
 def check_icon_object_on_cabling_tree(self, treePanel, treeNode, icon, delimiter="/"):
     """tree_panel = From or To, tree_node with format as example Site/TM_MNE_236/Room1, the icon name to check"""
     connection._check_icon_object_on_connections_window(connection.cablingFrame, treePanel, connection.cabTreeFromDiv, connection.cabTreeToDiv, treeNode, icon, delimiter)