C# 클래스 Brew.Webforms.Widget

상속: System.Web.UI.Control, IWidget, IPostBackDataHandler, IPostBackEventHandler, IScriptControl
파일 보기 프로젝트 열기: shellscape/Brew

Private Properties

프로퍼티 타입 설명
GetPostData object>.IDictionary
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void
IScriptControl IEnumerable
IScriptControl IEnumerable
InitDefaults void
LoadHandler void
ParseEvents object>>.List
ParseOptions object>>.List
ParsePostbackData void

공개 메소드들

메소드 설명
GetEvents ( ) : List
GetOptions ( ) : List
InitPostData ( ) : void
RaisePostBackEvent ( String eventName ) : void

보호된 메소드들

메소드 설명
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter write ) : void
Widget ( String name ) : System

비공개 메소드들

메소드 설명
GetPostData ( ) : object>.IDictionary
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void
IScriptControl ( ) : IEnumerable
IScriptControl ( ) : IEnumerable
InitDefaults ( ) : void
LoadHandler ( object sender, EventArgs ea ) : void
ParseEvents ( ) : object>>.List
ParseOptions ( ) : object>>.List
ParsePostbackData ( ) : void

메소드 상세

GetEvents() 공개 추상적인 메소드

public abstract GetEvents ( ) : List
리턴 List

GetOptions() 공개 추상적인 메소드

public abstract GetOptions ( ) : List
리턴 List

InitPostData() 공개 메소드

public InitPostData ( ) : void
리턴 void

LoadPostData() 보호된 메소드

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
리턴 bool

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaisePostBackEvent() 공개 메소드

public RaisePostBackEvent ( String eventName ) : void
eventName String
리턴 void

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter write ) : void
write System.Web.UI.HtmlTextWriter
리턴 void

Widget() 보호된 메소드

protected Widget ( String name ) : System
name String
리턴 System