Class gxe.control.InputSelectOne
				
				
Extends
					gxe.control.InputBase.
				
			
				Supports the input of a single value through a drop down list ("select").
Typically associated with:
gpt/gxe/core/ui/InputSelectOne.xml
				
				
					
Defined in:  gxe.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| false | 
- Fields borrowed from class :
- gxe.control.InputSelectOne#_htmlOther
- Fields borrowed from class gxe.control.Control:
- cfgObject, context, gxeId, htmlAttributes, htmlElement, htmlTag, htmlTextContent, parentControl, xmlNode, xmlParentElement
| Method Attributes | Method Name and Description | 
|---|---|
| _onChange(e)
								 Catches "onchange" events for the HTML "select" element. | 
- Methods borrowed from class gxe.control.InputBase:
- findParentLabelText, fireInputChanged, fireInputChangedOnKeyUp, getInputValue, getInputValues, getSupportsMultipleValues, makeOtherInputText
- Methods borrowed from class gxe.control.Control:
- build, createHtmlElement, ensureVisibility, evaluateValue, execBuild, findFirstChildControl, focus, getLabelText, importCfgProperties, importHtmlAttributes, initialize, processCfgAttribute, processCfgElement, processChildren
- Events borrowed from class gxe.control.InputBase:
- onInputChanged
- Events borrowed from class gxe.control.Control:
- fireOnEvent, onChildControlCreated, onEvent, onHtmlChildrenCreated, onHtmlElementCreated
					Field Detail
				
				
					 
					
					
					{boolean}
					supportsMultipleValues
					
					
					
						false
						
						
					
					
					
						
						
						
						
					
				
			
		
			
				
					Method Detail
				
				
					 
					
					
					
					_onChange(e)
					
					
					
						Catches "onchange" events for the HTML "select" element.
This method triggers the firing of the inputChanged() event.
If applicable, this method toggles the display of the "other" code input text box.
					
					
					
						
							This method triggers the firing of the inputChanged() event.
If applicable, this method toggles the display of the "other" code input text box.
- Parameters:
- {Event} e
- the underlying browser event