Browse Source

Update components-grid.asciidoc

tags/8.4.0.alpha1
Anastasia Smirnova 6 years ago
parent
commit
e597d0cfe4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      documentation/components/components-grid.asciidoc

+ 1
- 1
documentation/components/components-grid.asciidoc View File

@@ -198,7 +198,7 @@ access to [classname]#MultiSelectionEvent#, which allows to easily access differ
[source, java]
----
// Grid in multi-selection mode
Grid<Person> grid = Grid<>()
Grid<Person> grid = new Grid<>()
grid.setItems(people);
MultiSelectionModel<Person> selectionModel
= (MultiSelectionModel<Person>) grid.setSelectionMode(SelectionMode.MULTI);

Loading…
Cancel
Save