C# 클래스 Ext.Net.Component

상속: Observable, IComponent, IContent
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

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