C# Class HtmlTags.UI.Builders.CheckBoxListBuilder

Inheritance: BaseElementBuilder
Afficher le fichier Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Méthodes protégées

Méthode Description
BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
matches ( AccessorDef def ) : bool

Method Details

BuildTag() protected méthode

protected BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
req ElementRequest
Résultat HtmlTags.HtmlTag

GetCheckBoxListAttribute() protected méthode

protected GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
req ElementRequest
Résultat CheckBoxListAttribute

GetOptionPairs() protected méthode

protected GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
req ElementRequest
attrib CheckBoxListAttribute
Résultat Options

matches() protected méthode

protected matches ( AccessorDef def ) : bool
def AccessorDef
Résultat bool