Package | Description |
---|---|
com.vaadin.flow.component.checkbox |
Modifier and Type | Method and Description |
---|---|
CheckboxGroupDataView<T> |
CheckboxGroup.getGenericDataView()
Gets the generic data view for the checkbox group.
|
CheckboxGroupDataView<T> |
CheckboxGroup.setItems(DataProvider<T,Void> dataProvider) |
CheckboxGroupDataView<T> |
CheckboxGroup.setItems(InMemoryDataProvider<T> inMemoryDataProvider) |
Copyright © 2021. All rights reserved.