Class ChoiceControl
	
	
Choice control that allows single item selection.
	 
	
		- 
			Nette\Object
			
			
			
		
- 
			 Nette\ComponentModel\Component
			
			 implements 
				Nette\ComponentModel\IComponent Nette\ComponentModel\Component
			
			 implements 
				Nette\ComponentModel\IComponent
- 
			 Nette\Forms\Controls\BaseControl
			
			 implements 
				Nette\Forms\IControl Nette\Forms\Controls\BaseControl
			
			 implements 
				Nette\Forms\IControl
- 
			 Nette\Forms\Controls\ChoiceControl Nette\Forms\Controls\ChoiceControl
	Methods summary
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			string|integer
			
			 | 
		#
		getValue( )
			
Returns selected key. Returns
					string|integerstring|int
 
 Overrides | 
	
		| 
			 public 
			string|integer
			
			 | 
		#
		getRawValue( )
			
Returns selected key (not checked). 
			
Returns selected key (not checked). Returns
					string|integerstring|int
 
 | 
	
		| 
			 public 
			boolean
			
			 | 
		#
		isFilled( )
			
Is any item selected? Returns
					booleanbool
 
 Overrides | 
	
		| 
			 public 
			Nette\Forms\Controls\ChoiceControl | 
		#
		setItems( array $items, boolean $useKeys = TRUE )
			
Sets items from which to choose. 
			
Sets items from which to choose. ParametersReturns | 
	
		| 
			 public 
			array
			
			 | 
		#
		getItems( )
			
Returns items from which to choose. 
			
Returns items from which to choose. Returns
					arrayarray
 
 | 
	
		| 
			 public 
			mixed
			
			 |  | 
	
		| 
			 public 
			Nette\Forms\Controls\ChoiceControl | 
		#
		setDisabled( boolean|array $value = TRUE )
			
Disables or enables control or items. 
			
Disables or enables control or items. ParametersReturnsOverrides | 
	
	
	Methods inherited from Nette\Forms\Controls\BaseControl
	
		| 
			addCondition(), 
			addConditionOn(), 
			addError(), 
			addRule(), 
			attached(), 
			cleanErrors(), 
			exportRules(), 
			getControl(), 
			getControlPrototype(), 
			getError(), 
			getErrors(), 
			getForm(), 
			getHtmlId(), 
			getHtmlName(), 
			getHttpData(), 
			getLabel(), 
			getLabelPrototype(), 
			getOption(), 
			getOptions(), 
			getRules(), 
			getTranslator(), 
			hasErrors(), 
			isDisabled(), 
			isOmitted(), 
			isRequired(), 
			setAttribute(), 
			setDefaultValue(), 
			setHtmlAttribute(), 
			setHtmlId(), 
			setOmitted(), 
			setOption(), 
			setRequired(), 
			setTranslator(), 
			translate(), 
			validate()
		 | 
	
	
	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, 
			$disabled, 
			$errors, 
			$form, 
			$htmlId, 
			$htmlName, 
			$label, 
			$labelPrototype, 
			$omitted, 
			$required, 
			$value
		 |