Package | Description |
---|---|
com.vaadin.flow.component.radiobutton |
Modifier and Type | Method and 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) |
Copyright © 2021. All rights reserved.