Uses of Class
com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Packages that use RadioButtonGroup Package Description com.vaadin.flow.component.radiobutton com.vaadin.flow.component.radiobutton.dataview -
-
Uses of RadioButtonGroup in com.vaadin.flow.component.radiobutton
Constructor parameters in com.vaadin.flow.component.radiobutton with type arguments of type RadioButtonGroup Constructor Description RadioButtonGroup(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>,T>> listener)
Constructs a radio button group with a value change listener.RadioButtonGroup(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>,T>> listener)
Constructs a radio button group with the defined label and a value change listener.RadioButtonGroup(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>,T>> listener, T... items)
Constructs a radio button group with the defined label, a value change listener and populated with the items in the array. -
Uses of RadioButtonGroup in com.vaadin.flow.component.radiobutton.dataview
Constructors in com.vaadin.flow.component.radiobutton.dataview with parameters of type RadioButtonGroup Constructor Description RadioButtonGroupDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup)
Constructs a new DataView.RadioButtonGroupDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback)
Constructs a new DataView.RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup, SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation.RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier, RadioButtonGroup radioButtonGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation.
-