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

상속: System.Web.UI.WebControls.WebControl, IPostBackDataHandler
파일 보기 프로젝트 열기: spring-projects/spring-net

Private Properties

프로퍼티 타입 설명
RenderButton void
RenderSetupScript void
RenderTextBox void

공개 메소드들

메소드 설명
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool

Loads postback data into the control.

RaisePostDataChangedEvent ( ) : void

Raises the SelectionChanged event.

보호된 메소드들

메소드 설명
OnDateChanged ( EventArgs e ) : void

The method that is called on postback if the date has changed.

OnPreRender ( EventArgs e ) : void

Registers necessary scripts and stylesheet.

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

Renders a hidden input field that stores the value for the radio button group.

비공개 메소드들

메소드 설명
RenderButton ( HtmlTextWriter writer ) : void
RenderSetupScript ( HtmlTextWriter writer ) : void
RenderTextBox ( HtmlTextWriter writer ) : void

메소드 상세

LoadPostData() 공개 메소드

Loads postback data into the control.
public LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string /// The key that should be used to retrieve data. ///
postCollection System.Collections.Specialized.NameValueCollection The postback data collection.
리턴 bool

OnDateChanged() 보호된 메소드

The method that is called on postback if the date has changed.
protected OnDateChanged ( EventArgs e ) : void
e System.EventArgs /// The event argument (empty and unused). ///
리턴 void

OnPreRender() 보호된 메소드

Registers necessary scripts and stylesheet.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs /// An object that contains the event data. ///
리턴 void

RaisePostDataChangedEvent() 공개 메소드

Raises the SelectionChanged event.
public RaisePostDataChangedEvent ( ) : void
리턴 void

Render() 보호된 메소드

Renders a hidden input field that stores the value for the radio button group.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter /// to use for rendering. ///
리턴 void