Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Flex form controls


May 25, 2021 Flex


Table of contents


Compile and run the application to ensure that the business logic works as required. ...

S.N. Controls and instructions
1

Flex EventDispatcher Class

The EventDispatcher class is the base class for all classes that can dispatch events. /b10> The EventDispatcher class allows any object on the display list to be the object of the event, so use the IEventDispatcher interface method.

2

Flex UIComponent

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

The form control

Here are a few important form controls :

S.N. Controls and instructions
1

Button

The Button component is a commonly used rectangular button.

2

ToggleButton

The ToggleButton component defines a toggle button.

3

CheckBox

The CheckBox component contains an optional label and a small box that can contain check marks.

4

ColorPicker

The ColorPicker control provides users with a way to select colors from a sample list.

5

ComboBox

The ComboBox control is a sub-class of dropDownListBase controls.

6

DateChooser

The DateChooser control displays the name of a month, the year, and a grid of months, with columns marked as the day of the week.

7

RadioButton

The single button component allows users to make individual choices within a set of mutually exclusive choices.

8

TextArea

TextArea is a text input control that allows users to enter and edit text in multiple lines of format.

9

TextInput

TextInput is a text input control that allows users to enter and edit a single line of text in an even format.

10

DropDownList

The DropDownList control contains a drop-down list from which users can select a single value.

11

NumericStepper

The NumericStepper control allows you to select numbers from an ordered set.