Uses of Class
com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
-
Packages that use CheckboxGroupListDataView Package Description com.vaadin.flow.component.checkbox -
-
Uses of CheckboxGroupListDataView in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return CheckboxGroupListDataView Modifier and Type Method Description CheckboxGroupListDataView<T>
CheckboxGroup. getListDataView()
Gets the list data view for the checkbox group.CheckboxGroupListDataView<T>
CheckboxGroup. setItems(com.vaadin.flow.data.provider.ListDataProvider<T> dataProvider)
-