C# 클래스 Habanero.Faces.VWG.TreeViewVWG

Displays a hierarchical collection of labeled items, each represented by a TreeNode
상속: TreeView, ITreeView
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

Private Properties

프로퍼티 타입 설명
GetITreeNode ITreeNode
GetNodeAt ITreeNode
GetTreeNode TreeNode

공개 메소드들

메소드 설명
TreeViewVWG ( IControlFactory controlFactory ) : System

Constructs a new TreeViewVWG

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetNodeAt ( int intX, int intY ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

메소드 상세

OnAfterCheck() 보호된 메소드

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

OnAfterCollapse() 보호된 메소드

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

OnAfterExpand() 보호된 메소드

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

OnAfterSelect() 보호된 메소드

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.
리턴 void

OnBeforeCheck() 보호된 메소드

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

OnBeforeCollapse() 보호된 메소드

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

OnBeforeExpand() 보호된 메소드

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

OnBeforeSelect() 보호된 메소드

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.
리턴 void

TreeViewVWG() 공개 메소드

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