Classes
 ClassDescription
 AutoCompleteList A specialized version of the base List to work with the TextInput class's autcomplete feature
 Button A button that automatically adds the GrayScale filter to its icon when the enabled flag is set to false.
 CheckBox A checkbox that implements ISelectedBitFilterControl (IFilterControl) and ISelectedBitDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 CheckBoxList A checkbox list that implements IMultiSelectFilterControl (IFilterControl) and IMultiSelectDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 CheckBoxTileList A checkbox list that implements IMultiSelectFilterControl (IFilterControl) and IMultiSelectDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 ComboBox A ComboBox that implements ISingleSelectFilterControl (IFilterControl) and ISingleSelectDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 DateComboBox A ComboBox that implements IRangeFilterControl (IFilterControl) which enables it to be used within the filtering/binding infrasturcture.
 DateField A DateField that implements ITextFilterControl (IFilterControl) and ITextDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 DateRangeBox A control composed of two date fields, start date and end date, and an optional DateComboBox, that allows for easy keyboard entry of date ranges.
 ExtendedPopUpButton A Popup button that positions the popups left or right edge in line with the popup buttons left or right edge on basis of edgeAlignmentMode Also, if popup is open, button will keep the state of the skin set to popupOver.
 ImageButton A lightweight image that reproduces some functionality of the button without the additional weight associated with the button.
 MultiSelectComboBox A MultiSelectComboBox that implements IMultiSelectDataBoundControl (IFilterControl) and IMultiSelectDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 MultiSelectComboBoxEx Extended version of the
 NumericRangeBox An HBox that contains two textboxes to specify a range.
 NumericTextInput A class that extends Text Input, but returns filter expressions where the value is always an integer instead of text.
 RadioButton A RadioButton that implements ISelectedBitFilterControl (IFilterControl) and ISelectedBitDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 RadioButtonList A RadioButton list that implements ISingleSelectFilterControl (IFilterControl) and ISingleSelectDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 Spinner This is the main spinner class which is extended from mx.core.UIComponent to create a custom Spinner
 TextInput A TextInput that implements ITextFilterControl (IFilterControl) and ITextDataBoundControl (IDataBoundControl) which enables it to be used within the filtering/binding infrasturcture.
 TriStateCheckBox A Checkbox that implements ITriStateCheckBoxFilterControl (IFilterControl) which enables it to be used within the filtering/binding infrasturcture.