Which three item types support defining a list of values? (Choose three.)
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.ABD.
https://docs.oracle.com/database/apex-5.1/HTMDB/about-item-types.htm#HTMDB28627The item types that support defining a list of values in Oracle Application Express (APEX) 18 are:
B. List Manager: The List Manager item type allows developers to create a list of values that can be used as a source for other APEX components such as select lists, check boxes, and radio groups.
D. Text Field with autocomplete: The Text Field with autocomplete item type allows users to enter values in a text field while providing suggestions based on a pre-defined list of values.
E. Shuttle: The Shuttle item type allows users to select multiple values from a list and move them between two lists using buttons. The available values are defined by the developer.
A, C, and F are incorrect:
A. Color Picker: The Color Picker item type is used to allow users to select a color from a color palette, but it does not support defining a list of values.
C. File Browse: The File Browse item type is used to allow users to upload files to an application, but it does not support defining a list of values.
F. Switch: The Switch item type is used to allow users to select between two values, but it does not support defining a list of values.