C# Class KnowYourTurf.Core.Html.Expressions.SelectBoxPickerExpression

Inheritance: HtmlCommonExpressionBase
Show file Open project: reharik/KnowYourTurf

Public Methods

Method Description
Header ( StringToken text ) : SelectBoxPickerExpression
SelectBoxPickerExpression ( SelectBoxPickerDto dto ) : System
WithRows ( int rows ) : SelectBoxPickerExpression

Protected Methods

Method Description
addMainTagAttributes ( ) : void
beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
theMainTagInnerTextIs ( ) : string
theMainTagIs ( ) : string
thisInstance ( ) : SelectBoxPickerExpression

Private Methods

Method Description
addHeader ( System.Web.UI.HtmlTextWriter html ) : void
addOptionItems ( System.Web.UI.HtmlTextWriter html, string direction ) : void
addSelectBox ( System.Web.UI.HtmlTextWriter html, string direction ) : void
addSubHeader ( System.Web.UI.HtmlTextWriter html, string direction ) : void
addValidationDiv ( System.Web.UI.HtmlTextWriter html ) : void

Method Details

Header() public method

public Header ( StringToken text ) : SelectBoxPickerExpression
text StringToken
return SelectBoxPickerExpression

SelectBoxPickerExpression() public method

public SelectBoxPickerExpression ( SelectBoxPickerDto dto ) : System
dto SelectBoxPickerDto
return System

WithRows() public method

public WithRows ( int rows ) : SelectBoxPickerExpression
rows int
return SelectBoxPickerExpression

addMainTagAttributes() protected method

protected addMainTagAttributes ( ) : void
return void

beforeEndingMainTag() protected method

protected beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

beforeMainTagInnerText() protected method

protected beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

theMainTagInnerTextIs() protected method

protected theMainTagInnerTextIs ( ) : string
return string

theMainTagIs() protected method

protected theMainTagIs ( ) : string
return string

thisInstance() protected method

protected thisInstance ( ) : SelectBoxPickerExpression
return SelectBoxPickerExpression