Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The XdevNativeSelect is a combination of a button and a drop-down list from which the user can select a value. The drop-down list usually contains the values contained within a column of a database table.

The input field of XdevNativeSelect is not editable by default. The selected entry is displayed in the XdevNativeSelect. Unlike the XdevComboBox, in the XdevNativeSelect, the native UI component of the respective web browser is used at runtime. The XdevNativeSelect is not a form component and cannot be persisted via XdevFieldGroup. The data binding must be done via Vaadin.


Important events:
  • valueChange - Is triggered after changes to the content, mainly by adding or deleting characters, however only if the UI component loses the focus.

Data binding:

The data binding must be done via Vaadin.


All XdevNativeSelect Methods 
  • No labels