C# Class FluentWebControls.Extensions.RadioButtonDataExtensions

Afficher le fichier Open project: mvbalaw/FluentWebControls

Méthodes publiques

Méthode Description
IsChecked ( this radioButtonData, bool @checked ) : RadioButtonData
WithCssClass ( this radioButtonData, string cssClass ) : RadioButtonData
WithLabel ( this radioButtonData, LabelData label ) : RadioButtonData
WithLabel ( this radioButtonData, string labelText ) : RadioButtonData
WithLabelAlignedLeft ( this radioButtonData, LabelData label ) : RadioButtonData
WithLabelAlignedLeft ( this radioButtonData, string labelText ) : RadioButtonData
WithTabIndex ( this checkBoxData, string tabIndex ) : RadioButtonData
WithValue ( this radioButtonData, string value ) : RadioButtonData

Method Details

IsChecked() public static méthode

public static IsChecked ( this radioButtonData, bool @checked ) : RadioButtonData
radioButtonData this
@checked bool
Résultat RadioButtonData

WithCssClass() public static méthode

public static WithCssClass ( this radioButtonData, string cssClass ) : RadioButtonData
radioButtonData this
cssClass string
Résultat RadioButtonData

WithLabel() public static méthode

public static WithLabel ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
Résultat RadioButtonData

WithLabel() public static méthode

public static WithLabel ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
Résultat RadioButtonData

WithLabelAlignedLeft() public static méthode

public static WithLabelAlignedLeft ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
Résultat RadioButtonData

WithLabelAlignedLeft() public static méthode

public static WithLabelAlignedLeft ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
Résultat RadioButtonData

WithTabIndex() public static méthode

public static WithTabIndex ( this checkBoxData, string tabIndex ) : RadioButtonData
checkBoxData this
tabIndex string
Résultat RadioButtonData

WithValue() public static méthode

public static WithValue ( this radioButtonData, string value ) : RadioButtonData
radioButtonData this
value string
Résultat RadioButtonData