feathers.core
| .. | |
|---|---|
| DefaultPopUpManager | The default implementation of the |
| FeathersControl | Base class for all Feathers UI controls. Implements invalidation for changed
properties and sets up some basic template functions for component
lifecycle, like |
| IDataSelector | Provides a selection from a collection of items. |
| IMeasureObject | A display object with extra measurement properties, including minimum and maximum dimensions. |
| IPopUpManager | Manages pop-ups for all children of a root component (usually, all children
of a |
| IStateContext | An object with multiple states. |
| IStateObserver | Watches an |
| ITextControl | A user interface control that displays text. |
| IUIControl | A user interface control. |
| IValidating | A display object that supports validation. Display objects of this type will delay updating after property changes until just before OpenFL renders the display list to avoid running redundant code. |
| InvalidationFlag | Flags that are used internally with |
| MeasureSprite | An |
| PopUpManager | Adds a display object as a pop-up above all other content on the stage. |
| ToggleGroup | Controls the selection of two or more IToggle instances where only one may be selected at a time. |
| ValidatingSprite | An |
| ValidationQueue | A queue for components that are invalid. |