📜  Flex-复杂控件

📅  最后修改于: 2020-10-25 02:25:08             🧑  作者: Mango


复杂的控件为用户提供了以更简单的方式处理大量数据的高级功能,并为他们提供了与应用程序的交互功能。每个Complex UI控件都从UIComponent类继承属性,而UIComponent类又从EventDispatcher和其他顶级类继承属性。

Sr.No Control & Description
1 Flex EventDispatcher Class

The EventDispatcher class is the base class for all classes that can dispatch events. The EventDispatcher class allows any object on the display list to be an event target and as such, to use the methods of the IEventDispatcher interface.

2 Flex UIComponent

The UIComponent class is the base class for all visual components, both interactive and noninteractive.

复杂控制

以下是一些重要的复杂控件-

Sr.No Control & Description
1 DataGrid

The DataGrid control displays a row of column headings above a scrollable grid.

2 AdvancedDataGrid

The AdvancedDataGrid adds few additional functionality to the standard DataGrid control to add data visualization features.

3 Menu

The Menu control creates a pop-up menu of individually selectable choices.

4 ProgressBar

The ProgressBar control provides a visual representation of the progress of a task over time.

5 RichTextEditor

The RichTextEditor control lets users enter and format text.

6 TileList

The TileList control The TileList control displays a number of items laid out in tiles.

7 Tree

The Tree control lets a user view hierarchical data arranged as an expandable tree.

8 VideoPlayer

The VideoPlayer control is a skinnable video player that supports progressive download, multi-bitrate streaming, and streaming video.

9 Accordian

An Accordian control has a collection of child MX containers or Spark NavigatorContent containers, but only one of them at a time is visible.

10 TabNavigator

The TabNavigator control includes a TabBar container for navigating between its child containers.

11 ToggleButtonBar

The ToggleButtonBar control defines a horizontal or vertical group of buttons that maintain their selected or deselected state.