From 2af72ba9636bec70046394c41744f89ce4572e35 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Thu, 3 Dec 2015 14:59:05 +0000 Subject: Revert "Merge branch 'documentation'" This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf --- .../components/components-selection.asciidoc | 468 --------------------- 1 file changed, 468 deletions(-) delete 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 deleted file mode 100644 index 5c27ac3936..0000000000 --- a/documentation/components/components-selection.asciidoc +++ /dev/null @@ -1,468 +0,0 @@ ---- -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]#++