From 5e3cd33883394423c69bd8c00744818e509febe1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Wed, 7 Oct 2015 09:12:38 +0300 Subject: [PATCH] Add space before section links Change-Id: I59a3d756a26270119d40940d3e61bbab61f0db14 --- documentation/components/components-selection.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/components/components-selection.asciidoc b/documentation/components/components-selection.asciidoc index 0357b35984..5c27ac3936 100644 --- a/documentation/components/components-selection.asciidoc +++ b/documentation/components/components-selection.asciidoc @@ -11,11 +11,11 @@ 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]#++++# element in HTML. +[classname]#OptionGroup# (Section <>):: Shows the items as a vertically arranged group of radio buttons in the single selection mode and of check boxes in multiple selection mode. +[classname]#TwinColSelect# (Section <>):: Shows two list boxes side by side where the user can select items from a list of available items and move them to a list of selected items using control buttons. In addition, the [classname]#Tree#, [classname]#Table#, and -- 2.39.5