diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-01-09 17:03:52 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-09 17:03:52 +0200 |
commit | 899fd1a26ac230535adce554e8b948aa81877e2d (patch) | |
tree | 5730cf165f17bd7e075e13993c6059dfcb0618b3 /documentation/components/components-selection.asciidoc | |
parent | bc458ce1de016b18148298fc6a010f43954586b0 (diff) | |
download | vaadin-framework-899fd1a26ac230535adce554e8b948aa81877e2d.tar.gz vaadin-framework-899fd1a26ac230535adce554e8b948aa81877e2d.zip |
Fix broken links in documentation (#8182)
Diffstat (limited to 'documentation/components/components-selection.asciidoc')
-rw-r--r-- | documentation/components/components-selection.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/components/components-selection.asciidoc b/documentation/components/components-selection.asciidoc index 50e0ddaeeb..b136fe79bc 100644 --- a/documentation/components/components-selection.asciidoc +++ b/documentation/components/components-selection.asciidoc @@ -7,7 +7,7 @@ layout: page [[components.selection]] = Selection Components -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<<dummy/../../../framework/datamodel/datamodel-selection.asciidoc#datamodel.selection,"Selecting Items">>. Vaadin offers many alternative ways for selecting one or more items. The core library includes the following selection components, all based on either @@ -109,7 +109,7 @@ elements. [[components.selection.getset]] == Getting and Setting Selection -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<<dummy/../../../framework/datamodel/datamodel-selection.asciidoc#datamodel.selection,"Selecting Items">>. You can get selected the item with [methodname]#getValue()# of the [interfacename]#HasValue# interface that returns either a single selected item @@ -154,7 +154,7 @@ image::img/select-selected1.png[width=30%, scaledwidth=40%] [[components.selection.multiple]] == Multiple Selection -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<<dummy/../../../framework/datamodel/datamodel-selection.asciidoc#datamodel.selection,"Selecting Items">>. Some selection components, such as [classname]#CheckBoxGroup#, [classname]#ListSelect# and [classname]#TwinColSelect# are multiselect components, |