| Method and Description | 
|---|
| com.vaadin.flow.component.checkbox.CheckboxGroup.getDataProvider() | 
| com.vaadin.flow.component.checkbox.CheckboxGroup.setDataProvider(DataProvider<T, ?>) use instead one of the  setItemsmethods which provide
             access to eitherCheckboxGroupListDataVieworCheckboxGroupDataView | 
| com.vaadin.flow.component.checkbox.CheckboxGroup.setItems(Stream<T>) Because the stream is collected to a list anyway, use
              HasListDataView.setItems(Collection)instead. | 
Copyright © 2020. All rights reserved.