C# Класс Ext.Net.Component

Наследование: Observable, IComponent, IContent
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
AddScript ( string script ) : void

SetAnchor ( string anchor, bool doLayout ) : void

Защищенные методы

Метод Описание
AfterPluginAdd ( Plugin plugin ) : void

AfterPluginRemove ( Plugin plugin ) : void

OnPreRender ( EventArgs e ) : void

PagePreLoad ( object sender, EventArgs e ) : void

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

Приватные методы

Метод Описание
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

Описание методов

AddScript() публичный Метод

public AddScript ( string script ) : void
script string
Результат void

AfterPluginAdd() защищенный Метод

protected AfterPluginAdd ( Plugin plugin ) : void
plugin Plugin
Результат void

AfterPluginRemove() защищенный Метод

protected AfterPluginRemove ( Plugin plugin ) : void
plugin Plugin
Результат void

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Результат void

PagePreLoad() защищенный Метод

protected PagePreLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

SaveViewState() защищенный Метод

protected SaveViewState ( ) : object
Результат object

SetAnchor() защищенный Метод

protected SetAnchor ( string anchor ) : void
anchor string
Результат void

SetAnchor() публичный Метод

public SetAnchor ( string anchor, bool doLayout ) : void
anchor string
doLayout bool
Результат void