C# Class Ext.Net.PanelBase

Inheritance: ContainerBase, IIcon, IXPostBackDataHandler
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
AddBodyCssClass void
AfterKeyBindingAdd void
ApplyBodyStyles void
CallBody void
ClearContent void
Collapse void
Collapse void
CollapsedProxy void
Expand void
Expand void
IPostBackDataHandler bool
LoadContent void
LoadContent void
LoadContent void
LoadContent void
LoadContent void
LoadPostData bool
OnStateChanged void
PanelBase System
PanelBase System
PanelBase System
PanelBase System
RaisePostDataChangedEvent void
Reload void
RemoveBodyCssClass void
Render void
SetIconClass void
SetIconClass void
SetTitle void
SetTitle void
ToggleCollapse void
ToggleCollapse void

Méthodes publiques

Méthode Description
IPostBackDataHandler ( ) : void
Tools_AfterItemAdd ( Tool item ) : void

Méthodes protégées

Méthode Description
Buttons_AfterItemAdd ( Component item ) : void

Buttons_AfterItemRemove ( Component item ) : void

Private Methods

Méthode Description
AddBodyCssClass ( string cssClass ) : void
AfterKeyBindingAdd ( KeyBinding keyBinding ) : void
ApplyBodyStyles ( string style ) : void
CallBody ( string name ) : void
ClearContent ( ) : void
Collapse ( ) : void
Collapse ( bool animate ) : void
CollapsedProxy ( bool collapsed ) : void
Expand ( ) : void
Expand ( bool animate ) : void
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
LoadContent ( ) : void
LoadContent ( JFunction fn ) : void
LoadContent ( LoadConfig config ) : void
LoadContent ( string url ) : void
LoadContent ( string url, bool noCache ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnStateChanged ( EventArgs e ) : void
PanelBase ( ) : System
PanelBase ( string title ) : System
PanelBase ( string id, string title ) : System
PanelBase ( string id, string title, string html ) : System
RaisePostDataChangedEvent ( ) : void
Reload ( ) : void
RemoveBodyCssClass ( string cssClass ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
SetIconClass ( Icon icon ) : void
SetIconClass ( string cls ) : void
SetTitle ( string title ) : void
SetTitle ( string title, string cls ) : void
ToggleCollapse ( ) : void
ToggleCollapse ( bool animate ) : void

Method Details

Buttons_AfterItemAdd() protected méthode

protected Buttons_AfterItemAdd ( Component item ) : void
item Component
Résultat void

Buttons_AfterItemRemove() protected méthode

protected Buttons_AfterItemRemove ( Component item ) : void
item Component
Résultat void

IPostBackDataHandler() public méthode

public IPostBackDataHandler ( ) : void
Résultat void

Tools_AfterItemAdd() public méthode

public Tools_AfterItemAdd ( Tool item ) : void
item Tool
Résultat void