C# Class Ext.Net.DataViewBase

Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
AfterStoreAdd void
AfterStoreRemove void
CheckProperties void
ClearSelections void
ClearSelections void
CreateChildControls void
Deselect void
OnBeforeClientInitHandler void
OnPreRender void
Refresh void
RefreshNode void
Select void
Select void
SelectRange void
SelectRange void

Méthodes publiques

Méthode Description
GetStore ( ) : Store

Méthodes protégées

Méthode Description
CheckStore ( ) : void

Private Methods

Méthode Description
AfterStoreAdd ( Store item ) : void
AfterStoreRemove ( Store item ) : void
CheckProperties ( ) : void
ClearSelections ( ) : void
ClearSelections ( bool suppressEvent ) : void
CreateChildControls ( ) : void
Deselect ( int index ) : void
OnBeforeClientInitHandler ( ) : void
OnPreRender ( EventArgs e ) : void
Refresh ( ) : void
RefreshNode ( int index ) : void
Select ( int indexes ) : void
Select ( int indexes, bool keepExisting, bool suppressEvent ) : void
SelectRange ( int start, int end ) : void
SelectRange ( int start, int end, bool keepExisting ) : void

Method Details

CheckStore() protected méthode

protected CheckStore ( ) : void
Résultat void

GetStore() public méthode

public GetStore ( ) : Store
Résultat Store