Friday, February 17, 2017

Flex - Complex Controls

Complex controls provides users advanced capabilities to deal with large amount of data in an easy way and provides them interaction capability with the application. Every Complex UI control inherits properties from UIComponent class which in turn inherits properties from EventDispatcher and other top level classes.

S.N.Control & Description
1Flex 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.
2Flex UIComponent
The UIComponent class is the base class for all visual components, both interactive and noninteractive.

Complex Controls

Following are few important Complex Controls:
S.N.Control & Description
1DataGrid
The DataGrid control displays a row of column headings above a scrollable grid.
2AdvancedDataGrid
The AdvancedDataGrid adds few additional functionality to the standard DataGrid control to add data visualization features.
3Menu
The Menu control creates a pop-up menu of individually selectable choices.
4ProgressBar
The ProgressBar control provides a visual representation of the progress of a task over time.
5RichTextEditor
The RichTextEditor control lets users enter and format text.
6TileList
The TileList control The TileList control displays a number of items laid out in tiles.
7Tree
The Tree control lets a user view hierarchical data arranged as an expandable tree.
8VideoPlayer
The VideoPlayer control is a skinnable video player that supports progressive download, multi-bitrate streaming, and streaming video.
9Accordian
An Accordian control has a collection of child MX containers or Spark NavigatorContent containers, but only one of them at a time is visible.
10TabNavigator
The TabNavigator control includes a TabBar container for navigating between its child containers.
11ToggleButtonBar
The ToggleButtonBar control defines a horizontal or vertical group of buttons that maintain their selected or deselected state.

No comments:

Post a Comment