Uses of Class
com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
-
Packages that use RadioButtonGroupDataView Package Description com.vaadin.flow.component.radiobutton -
-
Uses of RadioButtonGroupDataView in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton that return RadioButtonGroupDataView Modifier and Type Method Description RadioButtonGroupDataView<T>
RadioButtonGroup. getGenericDataView()
Gets the generic data view for the RadioButtonGroup.RadioButtonGroupDataView<T>
RadioButtonGroup. setItems(DataProvider<T,Void> dataProvider)
RadioButtonGroupDataView<T>
RadioButtonGroup. setItems(InMemoryDataProvider<T> inMemoryDataProvider)
-