C# 클래스 Ext.Net.TreePanel

상속: TreePanelBase, IAjaxPostBackEventHandler
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildParams string
BuildRemoteParams string
LoadPostData bool
OnBeforeClientInit void
OnRemoteAppend void
OnRemoteMove void
OnRemoteRemove void
OnRemoteRename void
OnSubmit void
RaiseAjaxPostBackEvent void
TreePanel System

공개 메소드들

메소드 설명
TreePanel ( Config config ) : System

보호된 메소드들

메소드 설명
RegisterNodesIcons ( TreeNodeCollection nodes ) : void

비공개 메소드들

메소드 설명
BuildParams ( ParameterCollection parameters, string userHandler, bool isFn ) : string
BuildRemoteParams ( ParameterCollection parameters, string userHandler, bool isFn ) : string
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnRemoteAppend ( RemoteAppendEventArgs e ) : void
OnRemoteMove ( RemoteMoveEventArgs e ) : void
OnRemoteRemove ( RemoteActionEventArgs e ) : void
OnRemoteRename ( RemoteRenameEventArgs e ) : void
OnSubmit ( SubmitEventArgs e ) : void
RaiseAjaxPostBackEvent ( string eventArgument, ParameterCollection extraParams ) : void
TreePanel ( ) : System

메소드 상세

RegisterNodesIcons() 보호된 메소드

protected RegisterNodesIcons ( TreeNodeCollection nodes ) : void
nodes TreeNodeCollection
리턴 void

TreePanel() 공개 메소드

public TreePanel ( Config config ) : System
config Config
리턴 System