EasyUA Reference
ShowBrowseTreeList Class Members
See Also  Properties  Methods  Events Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : ShowBrowseTreeList Class

Glossary Item Box

The following tables list the members exposed by ShowBrowseTreeList.

Public Constructors

 NameDescription
Public ConstructorShowBrowseTreeList Constructor Constructor. An object is created for the given UA server, TreeView and ListView controls. No UA server access is done in this constructor. The Show() method needs to be called to have the server browsed and the result displayed in the specified controls.  
Top

Public Properties

 NameDescription
Public PropertyBrowseModeOneLevelIf true the the server browsing is done on demand. Initially only one level is browsed. Child nodes are browsed from the TreeView event handler when a yet unbrowsed node is selected. If false then the whole server tree structure is browsed and a corresponding TreeNode structure is built.
NOTE: With complex servers this may take a long time.  
Public PropertyDoNotSort Nodes are alphabetically sorted. If TRUE the sorting is diabled and the nodes are in the order as returned by the server.  
Public PropertyImageIndexBranch Index of the image displayed for a ObjectNode  
Public PropertyImageIndexBranchSelected Index of the image displayed for the selected ObjectNode  
Public PropertyImageIndexItem Base Index of the image group the item identification. The item accessRight code is added and the image with this index is displayed.  
Public PropertyImageList Image list used in the BrowsTree  
Public PropertyIncludeTypesInBrowse Determines whether a browse from the root includes the Types Folder  
Public PropertyIncludeViewsInBrowse Determines whether a browse from the root includes the Views Folder  
Public PropertyItemCodeIndexCode used to identify ObjectNodes in TreeNode.ImageIndex
The isObjectNode method uses this definition to determine the type of the node.
Default: Item: >= 2
 
Public PropertyShowHDaccessRights if true show HD access rigths instead of DA access rights  
Public PropertyTitleNode TreeNode object of the title node. Null if no title node because no title text was specified.  
Top

Public Methods

 NameDescription
Public MethodAsyncShow Asynchronously browses the server and displays all ObjectNodes in the TreeView control and the other node classes in the ListView control.  
Public MethodDispose The underlying BrowseTree object is released and the event handler for the associated TreeView dialog is uninstalled.  
Public MethodGetNodeIdOverloaded.  Get the NodeId of the node in the specified TreeNode.  
Public MethodGetSelectedListViewNodes Return the NodeId of the nodes currently selected in the ListView  
Public MethodGetSelectedTreeViewNode Returns the NodeId of the node currently selected in the TreeView  
Public MethodisObjectNode Checks if a node is an ObjectNode.  
Public MethodRefreshSelectedNode The currently selected node is refreshed from the server by executing a browse with the current filter.  
Public MethodreInit Re-init the object and install the TreeView mouse-down handler.  
Public MethodShow Browses the server and displays all ObjectNodes in the TreeView control and the other node classes in the ListView control.  
Public MethodShowImageList Show all images defined in the BrowseTree ImageList  
Public MethodUnlinkTreeview Unlink the this object form the TreeView dialog.  
Top

Public Events

 NameDescription
Public EventreportBrowseError This handler is called in the TreeView mouse event handler when an error happens in the server browse access.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.