Class \Prado\Web\UI\WebControls\TRadioButtonList
TRadioButtonList class
TRadioButtonList displays a list of radiobuttons on a Web page.
TRadioButtonList inherits all properties and events of TCheckBoxList. Each TRadioButtonList displays one group of radiobuttons, i.e., at most one radiobutton can be selected at a time.
Class hierarchy
- \Prado\Web\UI\WebControls\TRadioButtonList
-
\Prado\Web\UI\WebControls\TCheckBoxList
implements
IRepeatInfoUser, INamingContainer, IPostBackDataHandler, IValidatable -
\Prado\Web\UI\WebControls\TListControl
implements
IDataRenderer -
\Prado\Web\UI\WebControls\TDataBoundControl
-
\Prado\Web\UI\WebControls\TWebControl
implements
IStyleable -
\Prado\Web\UI\TControl
implements
IRenderable, IBindable -
\Prado\TApplicationComponent
-
\Prado\TComponent
Since: 3.0
public
|
loadPostData(string $key, array<string|int, mixed> $values) : bool
Loads user input data.
This method is primarly used by framework developers. |
public
|
|
protected
|
createRepeatedControl() : TRadioButtonItem
Creates a control used for repetition (used as a template).
|
protected
|
getClientClassName() : string
Gets the name of the javascript class responsible for performing postback for this control.
This method overrides the parent implementation. |
protected
|