
An instance of the class cl_dd_select_element describes a dropdown list box on a form in a dynamic document.
The add_select_element method, which you use to create dropdown list boxes on a form, returns a reference to an instance of this class. You can use this to register the selected event of the list box. It also provides methods to allow you to make the list box visible or invisible, and to set a default value for the element.
Attributes
|
Attribute |
Description |
|---|---|
|
name |
Name of the list box |
|
display_suppressed |
Flag indicating whether the list box is visible ( ' ' ) or invisible ( 'X' ) |
|
value |
The value from the list that is currently selected |
|
options |
An internal table, each line of which represents one entry in the list |
Events
|
Event |
Description |
|---|---|
|
selected |
The user selected an entry from the dropdown list |