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

Inheritance: ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
IPostBackDataHandler bool
IPostBackDataHandler void
IRepeatInfoUser Style
IRepeatInfoUser void

Méthodes publiques

Méthode Description
RadioButtonList ( ) : System.Collections

Méthodes protégées

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

Méthode 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 méthode

protected CreateControlStyle ( ) : Style
Résultat Style

FindControl() protected méthode

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
Résultat Control

GetItemStyle() protected méthode

protected GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
itemType ListItemType
repeatIndex int
Résultat Style

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection NameValueCollection
Résultat bool

RadioButtonList() public méthode

public RadioButtonList ( ) : System.Collections
Résultat System.Collections

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

RenderItem() protected méthode

protected RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo RepeatInfo
writer HtmlTextWriter
Résultat void