C# Class Adf.Web.UI.RowSelectorColumn.ParticipantRadioButton

Inheritance: System.Web.UI.HtmlControls.HtmlInputRadioButton, IPostBackDataHandler
Datei anzeigen Open project: NLADP/ADF

Private Properties

Property Type Description
DiscoverContainers void
IPostBackDataHandler bool
IPostBackDataHandler void

Protected Methods

Method Description
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

Overrides HtmlInputRadioButton.RenderAttributes.

Customized to use this implementation of RenderedNameAttribute

Private Methods

Method Description
DiscoverContainers ( ) : void
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool

This doesn't differ from the original implementaion... except now i'methodName using my own RenderednameAttribute instead of the InputControl implementation.

IPostBackDataHandler ( ) : void

No change from the InputControl implementation

Method Details

RenderAttributes() protected method

Overrides HtmlInputRadioButton.RenderAttributes.
Customized to use this implementation of RenderedNameAttribute
protected RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void