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