Class RadioList
Set of radio button controls.
-
Nette\Object
-
Nette\ComponentModel\Component
implements
Nette\ComponentModel\IComponent
-
Nette\Forms\Controls\BaseControl
implements
Nette\Forms\IControl
-
Nette\Forms\Controls\RadioList
Methods summary
public
|
#
__construct( string $label = NULL, array $items = NULL )
Parameters
- $label
string label
- $items
array options from which to choose
Overrides
|
public
mixed
|
#
getValue( boolean $raw = FALSE )
Returns selected radio value.
Returns selected radio value.
Parameters
Returns
mixed
Overrides
|
public
boolean
|
#
isFilled( )
Has been any radio button selected?
Has been any radio button selected?
Returns
boolean
Overrides
|
public
Nette\Forms\Controls\RadioList
|
#
setItems( array $items )
Sets options from which to choose.
Sets options from which to choose.
Parameters
Returns
|
public
array
|
#
getItems( )
Returns options from which to choose.
Returns options from which to choose.
Returns
array
|
public
Nette\Utils\Html
|
#
getSeparatorPrototype( )
Returns separator HTML element template.
Returns separator HTML element template.
Returns
|
public
Nette\Utils\Html
|
#
getContainerPrototype( )
Returns container HTML element template.
Returns container HTML element template.
Returns
|
public
Nette\Utils\Html
|
#
getControl( mixed $key = NULL )
Generates control's HTML element.
Generates control's HTML element.
Parameters
Returns
Overrides
|
public
Nette\Utils\Html
|
#
getLabel( string $caption = NULL )
Generates label's HTML element.
Generates label's HTML element.
Parameters
Returns
Overrides
|
Methods inherited from Nette\Forms\Controls\BaseControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
exportRules(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
hasErrors(),
isDisabled(),
isRequired(),
loadHttpData(),
setAttribute(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setRequired(),
setTranslator(),
setValue(),
translate()
|
Methods inherited from Nette\ComponentModel\Component
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|
Magic properties inherited from Nette\Forms\Controls\BaseControl
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$options,
$required,
$rules,
$translator,
$value
|