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

Custom control adapter for rendering a dropdown list
Inheritance: System.Web.UI.WebControls.Adapters.WebControlAdapter
Show file Open project: NewSpring/Rock

Protected Methods

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

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

Private Methods

Method Description
RenderListItem ( System.Web.UI.WebControls.ListItem item, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupBeginTag ( string name, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

RenderContents() protected method

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