| Interface | Description |
|---|---|
| EditableField |
This interface acts as a bridge between the widget and the format classes.
|
| Class | Description |
|---|---|
| BoolFormat |
Format and editing for
logical variables. |
| DateFormat |
Display format for
date variables. |
| DateFormat.DateComponent |
The simple structure which records what places are occupied in a screen
value by the date component.
|
| DatetimeFormat |
Display format for
datetime and datetime-tz variables. |
| DatetimeFormat.DatetimeComponent |
The simple structure which records what places are occupied in a screen
value by the datetime component.
|
| DisplayFormat |
A descendant of this class encapsulates info about Progress display format.
|
| DisplayFormatFactory |
Factory for display formats.
|
| NumberFormat |
Display format processing for
integer, int64 and decimal
variables. |
| StringFormat |
Format specialization for
character variables. |
| StringFormat.AlphanumCharInfo |
Info about value char which should be digit or letter.
|
| StringFormat.AnyCharInfo |
Info about value char which may be any char.
|
| StringFormat.CharInfo |
Base for format chars info.
|
| StringFormat.DigitCharInfo |
Info about value char which should be digit.
|
| StringFormat.FillCharInfo |
Info about fill char.
|
| StringFormat.LetterCharInfo |
Info about value char which should be letter.
|
| StringFormat.UpperLetterCharInfo |
Info about value char which should be letter.
|
| StringFormat.ValueCharInfo |
Base class for info about value char.
|
| Enum | Description |
|---|---|
| StringFormat.ParseState |
The state constants for the Progress format string parser.
|
| Exception | Description |
|---|---|
| DisplayFormatCheckException |
Exception thrown when data is incompatible with a display format.
|