A
AUTOSUGGEST
Object containing an editable text box and offering input assistance by proposing a list of results matching the text entered by the user in real-time.
B
BUTTON
Rectangular object that triggers an action when the user clicks it.
C
CALENDAR
Object that provides a graphical representation and allows the selection of dates in a calendar.
CHECK BOX
Object with two states: "checked" (indicated by a cross inside the outline), and "unchecked".
COMBO BOX
Constantly or temporarily visible object comprising a display box and a list of items.
Also known as List box.
CONDITION
Objects that can be treated as BOOL type Adelia variables. This type of variable can be used to control how a group of HTML instructions are displayed.
E
ENTRY FIELD
Contains a modifiable text box.
H
HYPERLINK
Displays a static text, to which it is possible to assign an event triggered in response to a mouse-click.
I
IMAGE
Used to display a picture or other graphic element.
L
LIST
Used to present a list of records.
M
MENU
Used to represent a menu bar or a context-sensitive menu.
MENU_ITEM
Used to represent a menu item in a Menu object.
O
OUTPUT FIELD
Contains a non-modifiable text box.
P
PSEUDO_OBJECT
Object defined by the instruction ::ADELIA_EVT(objectName) (or ::ADELIA_EVT_NOVALID or ::ADELIA_EVT_UPL).
This object has no graphical representation. Its purpose is to define a process associated with an Adelia event.
R
RADIO BUTTON
Lets you choose a single option among several. The number of objects must therefore match the number of possible choices. The objects that together form a set of choices will all have the same Adelia guide word.
When a radio button object is in the checked state, a black dot is displayed inside its round outline.
REFRESH AREA
Used to mark out a block of code including HTML tags so that it is refreshed when the FORCE_REFRESH 4GL instruction is executed.
T
TABLE LIST
Used to present a list of records in a table.
U
UPLOAD
This object specifies the name of a file to be uploaded to the Web application server when an ::ADELIA_EVT_UPL Adelia event is processed.