SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields | Protected Attributes
RadioButtonNumber Class Reference
+ Inheritance diagram for RadioButtonNumber:

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

Detailed Description

Hidden para las tablas --- No imprime un label y manda un input hidden.

Version:
1.0
Author:
Ruben Schaffer
Todo:
fix so val retuns the value and only the inputmethod retuns the hidden inpunt

Definition at line 29 of file RadioButtonNumber.php.


Constructor & Destructor Documentation

__construct ( label = null,
options = array(),
flags = null,
val = null,
filterCriteria = null 
)

Definition at line 37 of file RadioButtonNumber.php.


Member Function Documentation

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.


Field Documentation

$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.


The documentation for this class was generated from the following file: