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

Control adapter for checkbox
Inheritance: System.Web.UI.WebControls.Adapters.WebControlAdapter
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

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

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.
Résultat void

RenderContents() protected méthode

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.
Résultat void

RenderEndTag() protected méthode

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.
Résultat void