![]() |
|
|
|
Flex Component Utils
Project Home • Known Issues • External Project Link • Contact Project
Author: Gareth Arch (All RIAForge projects by this author) Description:
Library containing various flex utilities and components.
Very minimal for now, but will continue to grow and hopefully be something comparable to flexlib Currently contains: PagedArrayCollection - Used to add paging within an ArrayCollection PagingControl - UI component to control the PagedArrayCollection DeselectableComboBox - When an item is selected from the combobox, the "prompt" value gets moved to the dataprovider. If the prompt value is selected, it sets the selectedIndex to -1, and puts the prompt back as the selectedItem. This works the same as holding the ctrl key while clicking a selectedItem in the combobox, but does not require holding the ctrl key. DeselectableList - Mimics holding the ctrl key while clicking an item in a list. DeDupeArrayCollection - Removes duplicate items from an arraycollection based upon a property. Currently is only one "dot notation" deep. e.g. item.color Will be adding a way to pass in a function for deeper nested objects. HistoricalArrayCollection - Keeps track of modifications to your arraycollection and allows you to undo/redo those actions by simply calling myAC.undo() or myAC.redo() Soon to add: StringFormatter, AutoFormattedTextInput, and FilterableTextInput Issue Tracker: There are no issues for this project. To enter issues for this (or any other) project, you must be logged in. |
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.