C# Class Ext.Net.TreePanel

Inheritance: TreePanelBase, IAjaxPostBackEventHandler
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
BuildParams string
BuildRemoteParams string
LoadPostData bool
OnBeforeClientInit void
OnRemoteAppend void
OnRemoteMove void
OnRemoteRemove void
OnRemoteRename void
OnSubmit void
RaiseAjaxPostBackEvent void
TreePanel System

Public Methods

Method Description
TreePanel ( Config config ) : System

Protected Methods

Method Description
RegisterNodesIcons ( TreeNodeCollection nodes ) : void

Private Methods

Method Description
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

Method Details

RegisterNodesIcons() protected method

protected RegisterNodesIcons ( TreeNodeCollection nodes ) : void
nodes TreeNodeCollection
return void

TreePanel() public method

public TreePanel ( Config config ) : System
config Config
return System