We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.radiobutton.RadioButtonGroup
Packages that use RadioButtonGroup
Package
Description
-
Uses of RadioButtonGroup in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with type parameters of type RadioButtonGroupModifier and TypeClassDescriptionclass
RadioButtonGroupTester<T extends RadioButtonGroup<V>,
V> Tester for RadioButtonGroup components.
Constructor parameters in com.vaadin.flow.component.radiobutton with type arguments of type RadioButtonGroupModifierConstructorDescriptionRadioButtonGroup
(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 RadioButtonGroupModifierConstructorDescriptionRadioButtonGroupDataView
(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.
-
Uses of RadioButtonGroup in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type RadioButtonGroupModifier and TypeMethodDescriptiondefault <V> RadioButtonGroupTester<RadioButtonGroup<V>,
V> TesterWrappers.test
(RadioButtonGroup<V> radioButtonGroup) default <V> RadioButtonGroupTester<RadioButtonGroup<V>,
V> TesterWrappers.test
(RadioButtonGroup radioButtonGroup, Class<V> valueType) Methods in com.vaadin.testbench.unit with parameters of type RadioButtonGroupModifier and TypeMethodDescriptiondefault <V> RadioButtonGroupTester<RadioButtonGroup<V>,
V> TesterWrappers.test
(RadioButtonGroup<V> radioButtonGroup) default <V> RadioButtonGroupTester<RadioButtonGroup<V>,
V> TesterWrappers.test
(RadioButtonGroup radioButtonGroup, Class<V> valueType)