C# Класс Spring.Web.UI.Controls.Calendar

Наследование: System.Web.UI.WebControls.WebControl, IPostBackDataHandler
Показать файл Открыть проект

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