C# Class Habanero.Faces.VWG.TreeViewVWG

Displays a hierarchical collection of labeled items, each represented by a TreeNode
Inheritance: TreeView, ITreeView
Mostrar archivo Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description
GetITreeNode ITreeNode
GetNodeAt ITreeNode
GetTreeNode TreeNode

Public Methods

Method Description
TreeViewVWG ( IControlFactory controlFactory ) : System

Constructs a new TreeViewVWG

Protected Methods

Method Description
OnAfterCheck ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void

Raises the AfterCheck event.

OnAfterCollapse ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void

Raises the AfterCollapse event.

OnAfterExpand ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void

Raises the AfterExpand event.

OnAfterSelect ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void

Raises the E:Gizmox.WebGUI.Forms.TreeView.AfterSelect event.

OnBeforeCheck ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void

Raises the BeforeCheck event.

OnBeforeCollapse ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void

Raises the BeforeCollapse event.

OnBeforeExpand ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void

Raises the ITreeView.BeforeExpand event.

OnBeforeSelect ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void

Raises the E:Gizmox.WebGUI.Forms.TreeView.BeforeSelect event.

Private Methods

Method Description
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetNodeAt ( int intX, int intY ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

Method Details

OnAfterCheck() protected method

Raises the AfterCheck event.
protected OnAfterCheck ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewEventArgs A that contains the event data.
return void

OnAfterCollapse() protected method

Raises the AfterCollapse event.
protected OnAfterCollapse ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewEventArgs A that contains the event data.
return void

OnAfterExpand() protected method

Raises the AfterExpand event.
protected OnAfterExpand ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewEventArgs A that contains the event data.
return void

OnAfterSelect() protected method

Raises the E:Gizmox.WebGUI.Forms.TreeView.AfterSelect event.
protected OnAfterSelect ( Gizmox.WebGUI.Forms.TreeViewEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewEventArgs A that contains the event data.
return void

OnBeforeCheck() protected method

Raises the BeforeCheck event.
protected OnBeforeCheck ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewCancelEventArgs A that contains the event data.
return void

OnBeforeCollapse() protected method

Raises the BeforeCollapse event.
protected OnBeforeCollapse ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewCancelEventArgs A that contains the event data.
return void

OnBeforeExpand() protected method

Raises the ITreeView.BeforeExpand event.
protected OnBeforeExpand ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewCancelEventArgs A that contains the event data.
return void

OnBeforeSelect() protected method

Raises the E:Gizmox.WebGUI.Forms.TreeView.BeforeSelect event.
protected OnBeforeSelect ( Gizmox.WebGUI.Forms.TreeViewCancelEventArgs e ) : void
e Gizmox.WebGUI.Forms.TreeViewCancelEventArgs A that contains the event data.
return void

TreeViewVWG() public method

Constructs a new TreeViewVWG
public TreeViewVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory The Control Factory to use to construct new nodes
return System