C# 클래스 Ext.Net.PanelBase

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
IPostBackDataHandler ( ) : void
Tools_AfterItemAdd ( Tool item ) : void

보호된 메소드들

메소드 설명
Buttons_AfterItemAdd ( Component item ) : void

Buttons_AfterItemRemove ( Component item ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Buttons_AfterItemAdd() 보호된 메소드

protected Buttons_AfterItemAdd ( Component item ) : void
item Component
리턴 void

Buttons_AfterItemRemove() 보호된 메소드

protected Buttons_AfterItemRemove ( Component item ) : void
item Component
리턴 void

IPostBackDataHandler() 공개 메소드

public IPostBackDataHandler ( ) : void
리턴 void

Tools_AfterItemAdd() 공개 메소드

public Tools_AfterItemAdd ( Tool item ) : void
item Tool
리턴 void