C# Class FluentWebControls.Extensions.RadioButtonDataExtensions

ファイルを表示 Open project: mvbalaw/FluentWebControls

Public Methods

Method 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 method

public static IsChecked ( this radioButtonData, bool @checked ) : RadioButtonData
radioButtonData this
@checked bool
return RadioButtonData

WithCssClass() public static method

public static WithCssClass ( this radioButtonData, string cssClass ) : RadioButtonData
radioButtonData this
cssClass string
return RadioButtonData

WithLabel() public static method

public static WithLabel ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
return RadioButtonData

WithLabel() public static method

public static WithLabel ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
return RadioButtonData

WithLabelAlignedLeft() public static method

public static WithLabelAlignedLeft ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
return RadioButtonData

WithLabelAlignedLeft() public static method

public static WithLabelAlignedLeft ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
return RadioButtonData

WithTabIndex() public static method

public static WithTabIndex ( this checkBoxData, string tabIndex ) : RadioButtonData
checkBoxData this
tabIndex string
return RadioButtonData

WithValue() public static method

public static WithValue ( this radioButtonData, string value ) : RadioButtonData
radioButtonData this
value string
return RadioButtonData