Native Data List
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
Native Data List displays a list of data items and allows selection.
This is a reference page; many components have detailed usage guides .
Bound data provider identifier for the list component's value. Type:
Flag indicating whether the list component is editable. Type: Default Value: true
Flag indicating whether the list component is enabled for user interaction. Type: Default Value: true
Placeholder text displayed when no value is selected. Type:
Fired when an action is performed on the list component (for example, when an item is selected).
Parameters:
Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)
Parameters:
Fired when the list component gains focus.
Parameters:
Fired when the list component loses focus.
Parameters:
Set the focus to the list input
Example:
Parameters:
CSS style classes to be applied to the list component. Type: Default Value: "form-control"
Tab sequence order for keyboard navigation. Type:
Tooltip text displayed when hovering over the list component. Type:
Identifier for the value list that provides the available options for the list. Type:
Whether the button is visible or not Type:
{} event The event object containing details about the action event e.g. target element, interaction details
{} oldValue The previous value from the data provider
{} newValue The new value to be set in the data provider
{} event The event object associated with the data change
Returns: {}
{} event The event object containing details about the focus gained event e.g. target element, timestamp
{} event The event object containing details about the focus lost event e.g. target element, timestamp
{} [mustExecuteOnFocusGainedMethod] If false will not execute the onFocusGained method; the default value is true