Editors Components
Editors are components in an application that enable users to enter data in a specific format like text for names, numbers, date and time values in preset formats, and other data types.
The Editors components include:
- Avkon Integer Editor
- Date Editor - a multi-field numeric editor (MFNE) control for date data entries
- Duration Editor - a MFNE control for duration values
- Fixed Points Editor - editor designed to allow numeric input of fixed point values
- Floating Point Editor - editor designed to allow numeric input of floating point values
- Number Editor - editor that restricts input to number characters only
- Numeric Secret Editor - editor designed to allow secure input of numeric data
- Range Editor - a MFNE control that restricts values to a set range
- Secret Editor - plain text editors designed to allow secure input of data like passwords
- Text Editor - a plain text editor for entry of text data without any formatting
- Time Editor - a MFNE control for time data entries
- Time Offset Editor - a MFNE control for time offset values
- Time and Date Editor - a MFNE control for time and date data entries

Figure 1 - The Editors subsection of the Palette Pane of the UI Design Editor
Related references