C# Class System.Web.UI.WebControls.RadioButtonList

Inheritance: ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
IPostBackDataHandler bool
IPostBackDataHandler void
IRepeatInfoUser Style
IRepeatInfoUser void

Public Methods

Method Description
RadioButtonList ( ) : System.Collections

Protected Methods

Method Description
CreateControlStyle ( ) : Style
FindControl ( string id, int pathOffset ) : Control
GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
RaisePostDataChangedEvent ( ) : void
Render ( HtmlTextWriter writer ) : void
RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

Private Methods

Method Description
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IRepeatInfoUser ( ListItemType itemType, int repeatIndex ) : Style
IRepeatInfoUser ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

Method Details

CreateControlStyle() protected method

protected CreateControlStyle ( ) : Style
return Style

FindControl() protected method

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
return Control

GetItemStyle() protected method

protected GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
itemType ListItemType
repeatIndex int
return Style

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection NameValueCollection
return bool

RadioButtonList() public method

public RadioButtonList ( ) : System.Collections
return System.Collections

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

RenderItem() protected method

protected RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo RepeatInfo
writer HtmlTextWriter
return void