Prado\I18N\TChoiceFormat::setValue PHP Method

setValue() public method

Sets the numerical choice value
public setValue ( $value )
    public function setValue($value)
    {
        $this->setViewState('Value', $value, '');
    }