diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-09-30 16:56:44 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-10-05 09:10:52 +0000 |
commit | 4c2adcefb2dee1b296eef31a8d4944b1b89226e5 (patch) | |
tree | ceae53737cad719126b3522b6402041f133c39d0 /documentation/datamodel | |
parent | 2ae14ad9affca86448ac1003280b7852354d8a6b (diff) | |
download | vaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.tar.gz vaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.zip |
Update documentation (+javadoc) references to obsolete OptionGroup #237.
Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9
Diffstat (limited to 'documentation/datamodel')
-rw-r--r-- | documentation/datamodel/datamodel-selection.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/datamodel/datamodel-selection.asciidoc b/documentation/datamodel/datamodel-selection.asciidoc index 3d01bb92c1..b08ef85873 100644 --- a/documentation/datamodel/datamodel-selection.asciidoc +++ b/documentation/datamodel/datamodel-selection.asciidoc @@ -15,6 +15,6 @@ TODO ** Code example: Setting, getting and reacting to events from a NativeSelect ** Design question: Is nullSelectionAllowed a feature of each component or a feature of the selection model? * Other listings can be configured to allow selecting one or many items. Depending on how it is configured, it uses a different selection model type for working with the selection. -** Code example: OptionGroup in single / multi mode. Using different selection model types to access the selection. +** Code example: CheckBoxGroup/RadioButtonGroup. Using different selection model types to access the selection. ** Code example: Using each selection model type with a Binder //// |