C# Class Rock.Web.UI.Adapters.CheckBoxListAdapter

Control adapter for checkbox list
Inheritance: System.Web.UI.WebControls.Adapters.WebControlAdapter
Exibir arquivo Open project: SparkDevNetwork/Rock

Protected Methods

Method Description
RenderBeginTag ( System writer ) : void

Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.

RenderContents ( System writer ) : void

Generates the target-specific inner markup for the Web control to which the control adapter is attached.

RenderEndTag ( System writer ) : void

Creates the ending tag for the Web control in the markup that is transmitted to the target browser.

Method Details

RenderBeginTag() protected method

Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.
protected RenderBeginTag ( System writer ) : void
writer System The containing methods to render the target-specific output.
return void

RenderContents() protected method

Generates the target-specific inner markup for the Web control to which the control adapter is attached.
protected RenderContents ( System writer ) : void
writer System The containing methods to render the target-specific output.
return void

RenderEndTag() protected method

Creates the ending tag for the Web control in the markup that is transmitted to the target browser.
protected RenderEndTag ( System writer ) : void
writer System The containing methods to render the target-specific output.
return void