From a1b265c318dbda4a213cec930785b81e4c0f7d2b Mon Sep 17 00:00:00 2001 From: elmot Date: Fri, 25 Sep 2015 16:40:44 +0300 Subject: Framework documentation IN Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581 --- .../components/components-selection.asciidoc | 468 +++++++++++++++++++++ 1 file changed, 468 insertions(+) create mode 100644 documentation/components/components-selection.asciidoc (limited to 'documentation/components/components-selection.asciidoc') diff --git a/documentation/components/components-selection.asciidoc b/documentation/components/components-selection.asciidoc new file mode 100644 index 0000000000..0357b35984 --- /dev/null +++ b/documentation/components/components-selection.asciidoc @@ -0,0 +1,468 @@ +--- +title: Selection Components +order: 5 +layout: page +--- + +[[components.selection]] += Selection Components + +Vaadin offers many alternative ways for selecting one or more items. The core +library includes the following selection components, all based on the +[classname]#AbstractSelect# class: + +[classname]#ComboBox#(Section<>):: A drop-down list with a text box, where the user can type text to find matching items. The component also provides an input prompt and the user can enter new items. +[classname]#ListSelect#(Section<>):: A vertical list box for selecting items in either single or multiple selection mode. +[classname]#NativeSelect#(Section<>):: 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]#++