C# Class Ext.Net.Component

Inheritance: Observable, IComponent, IContent
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
AddScript ( string script ) : void

SetAnchor ( string anchor, bool doLayout ) : void

Protected Methods

Method 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

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

public AddScript ( string script ) : void
script string
return void

AfterPluginAdd() protected method

protected AfterPluginAdd ( Plugin plugin ) : void
plugin Plugin
return void

AfterPluginRemove() protected method

protected AfterPluginRemove ( Plugin plugin ) : void
plugin Plugin
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

PagePreLoad() protected method

protected PagePreLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object

SetAnchor() protected method

protected SetAnchor ( string anchor ) : void
anchor string
return void

SetAnchor() public method

public SetAnchor ( string anchor, bool doLayout ) : void
anchor string
doLayout bool
return void