C# 클래스 Spring.Web.UI.Controls.Panel

상속: System.Web.UI.WebControls.Panel, ISupportsWebDependencyInjection
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML opening tag of the control to the specified writer.

RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML closing tag of the control to the specified writer.

보호된 메소드들

메소드 설명
AddedControl ( Control control, int index ) : void

Injects dependencies into control before adding it.

CreateControlCollection ( ) : System.Web.UI.ControlCollection

Overridden to automatically aquire a reference to root application context to use for DI.

OnPreInitRecursive ( EventArgs e ) : void

This method is invoked right before InitRecursive() is called for this Panel and ensures, that dependencies get injected on child controls before their Init event is raised.

OnPreRender ( EventArgs e ) : void

Overridden to set Control.Visible according to VisibleIf if necessary.

메소드 상세

AddedControl() 보호된 메소드

Injects dependencies into control before adding it.
protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
리턴 void

CreateControlCollection() 보호된 메소드

Overridden to automatically aquire a reference to root application context to use for DI.
protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
리턴 System.Web.UI.ControlCollection

OnPreInitRecursive() 보호된 메소드

This method is invoked right before InitRecursive() is called for this Panel and ensures, that dependencies get injected on child controls before their Init event is raised.
protected OnPreInitRecursive ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

Overridden to set Control.Visible according to VisibleIf if necessary.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderBeginTag() 공개 메소드

Renders the HTML opening tag of the control to the specified writer.
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
리턴 void

RenderEndTag() 공개 메소드

Renders the HTML closing tag of the control to the specified writer.
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
리턴 void