--- title: Selection Components order: 5 layout: page --- [[components.selection]] = Selection Components For a better overview on how selection works, see link:<>. Vaadin offers many alternative ways for selecting one or more items. The core library includes the following selection components, all based on either [classname]#AbstractSingleSelect# or [classname]#AbstractMultiSelect# class: [classname]#ComboBox# (<>):: A drop-down list with a text box, where the user can type text to find matching items and select one item. The component also provides a placeholder and the user can enter new items. [classname]#ListSelect# (<>):: A vertical list box for selecting items in multiple selection mode. [classname]#NativeSelect# (<>):: Provides selection using the native selection component of the browser, typically a drop-down list for single selection and a multi-line list in multiselect mode. This uses the [literal]#++ Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: 09dfd3124f838c1db86e3c6f97b98c9b0c424e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50