C# Class Ext.Net.TreePanel

Inheritance: TreePanelBase, IAjaxPostBackEventHandler
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
BuildParams string
BuildRemoteParams string
LoadPostData bool
OnBeforeClientInit void
OnRemoteAppend void
OnRemoteMove void
OnRemoteRemove void
OnRemoteRename void
OnSubmit void
RaiseAjaxPostBackEvent void
TreePanel System

Méthodes publiques

Méthode Description
TreePanel ( Config config ) : System

Méthodes protégées

Méthode Description
RegisterNodesIcons ( TreeNodeCollection nodes ) : void

Private Methods

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

protected RegisterNodesIcons ( TreeNodeCollection nodes ) : void
nodes TreeNodeCollection
Résultat void

TreePanel() public méthode

public TreePanel ( Config config ) : System
config Config
Résultat System