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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Loads postback data into the control.

RaisePostDataChangedEvent ( ) : void

Raises SelectionChanged event.

보호된 메소드들

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

Overloaded to track addition of contained RadioButton controls.

OnPreRender ( EventArgs e ) : void

Registers the RadioButtonGroup for PostBack.

OnSelectionChanged ( EventArgs e ) : void

Method that is called on postback if selected radio button has changed.

RemovedControl ( Control control ) : void

Overloaded to track removal of a RadioButton

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

Renders only children of this control.

메소드 상세

AddedControl() 보호된 메소드

Overloaded to track addition of contained RadioButton controls.
protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
리턴 void

LoadPostData() 공개 메소드

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

OnPreRender() 보호된 메소드

Registers the RadioButtonGroup for PostBack.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

Method that is called on postback if selected radio button has changed.
protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs Empty event argument.
리턴 void

RaisePostDataChangedEvent() 공개 메소드

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

RemovedControl() 보호된 메소드

Overloaded to track removal of a RadioButton
protected RemovedControl ( Control control ) : void
control System.Web.UI.Control
리턴 void

Render() 보호된 메소드

Renders only children of this control.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter HtmlTextWriter to use for rendering.
리턴 void