C# Class Ext.Net.Component

Inheritance: Observable, IComponent, IContent
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
AddClass void
AddContainerClass void
AddLabelCls void
AfterBinItemAdd void
ApplyStyles void
Bubble void
Bubble void
Bubble void
CallEl void
Destroy void
Focus void
Focus void
Focus void
Hide void
InitBin void
Mon void
Mon void
Mon void
Mon void
Mon void
Mon void
Mun void
Mun void
Mun void
Mun void
RemoveClass void
RemoveContainerClass void
RemoveLabelCls void
SetDisabled void
SetFieldLabel void
SetHtml void
SetSelectable void
SetVisible void
Show void
ToolTips_AfterItemAdd void
ToolTips_AfterItemRemove void
Update void
Update void
Update void
Update void

Méthodes publiques

Méthode Description
AddScript ( string script ) : void

SetAnchor ( string anchor, bool doLayout ) : void

Méthodes protégées

Méthode Description
AfterPluginAdd ( Plugin plugin ) : void

AfterPluginRemove ( Plugin plugin ) : void

OnPreRender ( EventArgs e ) : void

PagePreLoad ( object sender, EventArgs e ) : void

SaveViewState ( ) : object
SetAnchor ( string anchor ) : void

Private Methods

Méthode Description
AddClass ( string cls ) : void
AddContainerClass ( string cls ) : void
AddLabelCls ( string labelCls ) : void
AfterBinItemAdd ( Observable item ) : void
ApplyStyles ( string styles ) : void
Bubble ( string function ) : void
Bubble ( string function, string scope ) : void
Bubble ( string function, string scope, object>.Dictionary args ) : void
CallEl ( string name ) : void
Destroy ( ) : void
Focus ( ) : void
Focus ( bool selectText ) : void
Focus ( bool selectText, int delay ) : void
Hide ( ) : void
InitBin ( ) : void
Mon ( Element el, string eventName, JFunction fn ) : void
Mon ( Element el, string eventName, JFunction fn, string scope ) : void
Mon ( Element el, string eventName, string fn, string scope, HandlerConfig options ) : void
Mon ( Observable el, string eventName, JFunction fn ) : void
Mon ( Observable el, string eventName, JFunction fn, string scope ) : void
Mon ( Observable el, string eventName, string fn, string scope, HandlerConfig options ) : void
Mun ( Element el, string eventName, string fn ) : void
Mun ( Element el, string eventName, string fn, string scope ) : void
Mun ( Observable el, string eventName, string fn ) : void
Mun ( Observable el, string eventName, string fn, string scope ) : void
RemoveClass ( string cls ) : void
RemoveContainerClass ( string cls ) : void
RemoveLabelCls ( string labelCls ) : void
SetDisabled ( bool disabled ) : void
SetFieldLabel ( string text ) : void
SetHtml ( string html ) : void
SetSelectable ( bool selectable ) : void
SetVisible ( bool visible ) : void
Show ( ) : void
ToolTips_AfterItemAdd ( ToolTip item ) : void
ToolTips_AfterItemRemove ( ToolTip item ) : void
Update ( string html ) : void
Update ( string html, bool loadScripts ) : void
Update ( string html, bool loadScripts, JFunction callback ) : void
Update ( string html, bool loadScripts, string callback ) : void

Method Details

AddScript() public méthode

public AddScript ( string script ) : void
script string
Résultat void

AfterPluginAdd() protected méthode

protected AfterPluginAdd ( Plugin plugin ) : void
plugin Plugin
Résultat void

AfterPluginRemove() protected méthode

protected AfterPluginRemove ( Plugin plugin ) : void
plugin Plugin
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

PagePreLoad() protected méthode

protected PagePreLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

SetAnchor() protected méthode

protected SetAnchor ( string anchor ) : void
anchor string
Résultat void

SetAnchor() public méthode

public SetAnchor ( string anchor, bool doLayout ) : void
anchor string
doLayout bool
Résultat void