Public Member Functions | |
__construct ($label=null, $options=array(), $flags=null, $val=null, $filterCriteria=null) | |
val ($val=null) | |
showView ($template=null) | |
showInput ($fill) | |
Data Fields | |
$valudationNotAnOption = 'The value given is not a valid option' | |
Protected Attributes | |
$options = array() | |
$showValues = true |
Hidden para las tablas --- No imprime un label y manda un input hidden.
Definition at line 29 of file RadioButtonNumber.php.
__construct | ( | $ | label = null , |
$ | options = array() , |
||
$ | flags = null , |
||
$ | val = null , |
||
$ | filterCriteria = null |
||
) |
Definition at line 37 of file RadioButtonNumber.php.
showInput | ( | $ | fill | ) |
Reimplemented from Integer.
Definition at line 60 of file RadioButtonNumber.php.
showView | ( | $ | template = null | ) |
Reimplemented from Data.
Definition at line 55 of file RadioButtonNumber.php.
val | ( | $ | val = null | ) |
Reimplemented from Integer.
Definition at line 43 of file RadioButtonNumber.php.
$options = array() [protected] |
Definition at line 31 of file RadioButtonNumber.php.
$showValues = true [protected] |
Definition at line 32 of file RadioButtonNumber.php.
$valudationNotAnOption = 'The value given is not a valid option' |
Definition at line 34 of file RadioButtonNumber.php.