Package | com.flexicious.controls |
Class | public class NumericTextInput |
Inheritance | NumericTextInput ![]() ![]() |
Implements | IDynamicFilterControl |
Property | Defined By | ||
---|---|---|---|
![]() | autoCompleteDataField : String
The dataField value associated with autocomplete dropdown. | TextInput | |
![]() | autoCompleteItemRenderer : IFactory
Class factory for the dropdown item renderer. | TextInput | |
![]() | autoCompleteLabelField : String
The labelField value associated with autocomplete dropdown. | TextInput | |
![]() | autoCompleteLabelFunction : Function
The labelFunction for the autocomplete dropdown
| TextInput | |
![]() | autoCompleteList : AutoCompleteList
The actual autocomplete component. | TextInput | |
![]() | autoCompleteMatchType : String
Type of the match to filter items. | TextInput | |
![]() | autoCompleteRowCount : int
RowCount for the autocomplete dropdown. | TextInput | |
![]() | autoCompleteSource : ICollectionView
The source for the autocomplete dropdown. | TextInput | |
![]() | autoCompleteWidth : Number
Width of the autocomplete dropdown. | TextInput | |
![]() | autoRegister : Boolean
Register with the container on creation complete
| TextInput | |
![]() | bindingTriggerEvent : String
The event to trigger the binding on. | TextInput | |
![]() | clearTextOnIconClick : Boolean = false
If you specify an Icon Style, setting this variable to true will clear the text on icon click. | TextInput | |
![]() | delayDuration : uint = 500
The amount of time (in milliseconds) to wait before dispatching the DELAY_CHANGE event. | TextInput | |
![]() | enableAutoComplete : Boolean
Enables autocomplete behavior. | TextInput | |
![]() | enableDelayChange : Boolean = true | TextInput | |
![]() | filterComparisionType : String
This is usually automatically set, you don't have to manually set it,
unless you're sending strings as Date objects. | TextInput | |
filterExpression : FilterExpression [read-only]
eturns the filter expression if there is a value in the text field
The filter Expression value is an int. | NumericTextInput | ||
![]() | filterOperation : String
The filter operation to apply to the comparison
See the FilterExpression class for a list. | TextInput | |
![]() | filterTriggerEvent : String
The event that the filter triggers on. | TextInput | |
![]() | grid : IExtendedDataGrid
The grid that the filter belongs to - can be null
if filter is used outside the grid
| TextInput | |
![]() | gridColumn : IDataGridFilterColumn
The grid column that the filter belongs to - can be null
if filter is used outside the grid
| TextInput | |
![]() | idValue : String
To enable use of the text input in picker type scenarios where we display a label string in the text input,
but expose a store for the ID value. | TextInput | |
![]() | inputCharValidFunction : Function = null
Wire this up where you need character by character validation of entered text. | TextInput | |
![]() | inputMask : String
Input mask for the text input
| TextInput | |
![]() | inputMaskDelimiters : String = /,(,),-
A comma seperated list of characters that should be treated as literal characters for input mask purposes. | TextInput | |
![]() | inputMaskForceLength : Boolean = true
Does not allow user to add more characters than those specified by the mask. | TextInput | |
numericValue : Number | NumericTextInput | ||
![]() | rendererStyleName : String | TextInput | |
![]() | searchField : String
The field to search on, usually same as the data field. | TextInput | |
![]() | showIconWhenHasText : Boolean
Flag to control whether the icon only shows up when there is text in the box
| TextInput | |
![]() | watermark : String
The watermark to show when there is no text entered into the text input. | TextInput |
Method | Defined By | ||
---|---|---|---|
NumericTextInput | |||
![]() | applyAutoCompleteValue():void
Applies the selected item from the list to the autocomplete textbox
| TextInput | |
![]() | clear():void | TextInput | |
![]() | destroyAutoComplete():void
Destroys the autocomplete list. | TextInput | |
![]() | dispatchEvent(event:Event):Boolean [override] | TextInput | |
![]() | getValue():Object
Generic function that returns the value of a IFilterControl. | TextInput | |
![]() | setSourceFromControl():void | TextInput | |
![]() | setStyle(styleProp:String, newValue:*):void [override] | TextInput | |
![]() | setupInputMask():void
If you set the inputMask after creation complete, call this function. | TextInput | |
![]() | setValue(val:Object):void
Generic function that sets the value of a IFilterControl
| TextInput |
filterExpression | property |
filterExpression:FilterExpression
[read-only] eturns the filter expression if there is a value in the text field The filter Expression value is an int.
public function get filterExpression():FilterExpression
numericValue | property |
numericValue:Number
public function get numericValue():Number
public function set numericValue(value:Number):void
NumericTextInput | () | Constructor |
public function NumericTextInput()