C# Class Habanero.Faces.VWG.TreeViewVWG

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

Private Properties

Свойство Type Description
GetITreeNode ITreeNode
GetNodeAt ITreeNode
GetTreeNode TreeNode

Méthodes publiques

Méthode Description
TreeViewVWG ( IControlFactory controlFactory ) : System

Constructs a new TreeViewVWG

Méthodes protégées

Méthode 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

Méthode Description
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetNodeAt ( int intX, int intY ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

Method Details

OnAfterCheck() protected méthode

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

OnAfterCollapse() protected méthode

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

OnAfterExpand() protected méthode

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

OnAfterSelect() protected méthode

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.
Résultat void

OnBeforeCheck() protected méthode

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

OnBeforeCollapse() protected méthode

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

OnBeforeExpand() protected méthode

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

OnBeforeSelect() protected méthode

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.
Résultat void

TreeViewVWG() public méthode

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