C# Class Spring.Web.UI.Controls.Calendar

Inheritance: System.Web.UI.WebControls.WebControl, IPostBackDataHandler
Afficher le fichier Open project: spring-projects/spring-net

Private Properties

Свойство Type Description
RenderButton void
RenderSetupScript void
RenderTextBox void

Méthodes publiques

Méthode Description
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool

Loads postback data into the control.

RaisePostDataChangedEvent ( ) : void

Raises the SelectionChanged event.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
RenderButton ( HtmlTextWriter writer ) : void
RenderSetupScript ( HtmlTextWriter writer ) : void
RenderTextBox ( HtmlTextWriter writer ) : void

Method Details

LoadPostData() public méthode

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.
Résultat bool

OnDateChanged() protected méthode

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). ///
Résultat void

OnPreRender() protected méthode

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

RaisePostDataChangedEvent() public méthode

Raises the SelectionChanged event.
public RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

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. ///
Résultat void