class RadioList extends ChoiceControl

Set of radio button controls.

Properties

protected Html $separator
protected Html $container
protected Html $itemLabel
Html read-only $separatorPrototype
Html read-only $containerPrototype
Html read-only $itemLabelPrototype

Methods

__construct($label = NULL, array $items = NULL)

No description

Html|string
getControl($key = NULL)

Generates control's HTML element.

Html|string
getLabel($caption = NULL, $key = NULL)

Generates label's HTML element.

Html
getControlPart($key)

No description

Html
getLabelPart($key)

No description

Html
getSeparatorPrototype()

Returns separator HTML element template.

Html
getContainerPrototype()

Returns container HTML element template.

Html
getItemLabelPrototype()

Returns item label HTML element template.

Details

at line 39
__construct($label = NULL, array $items = NULL)

No description

Parameters

$label
array $items

at line 53
Html|string getControl($key = NULL)

Generates control's HTML element.

Parameters

$key

Return Value

Html|string

at line 87
Html|string getLabel($caption = NULL, $key = NULL)

Generates label's HTML element.

Parameters

$caption
$key

Return Value

Html|string

at line 100
Html getControlPart($key)

No description

Parameters

$key

Return Value

Html

at line 115
Html getLabelPart($key)

No description

Parameters

$key

Return Value

Html

at line 125
Html getSeparatorPrototype()

Returns separator HTML element template.

Return Value

Html

at line 135
Html getContainerPrototype()

Returns container HTML element template.

Return Value

Html

at line 145
Html getItemLabelPrototype()

Returns item label HTML element template.

Return Value

Html