Uses of Class
com.vaadin.flow.component.radiobutton.RadioButtonGroup
Packages that use RadioButtonGroup
Package
Description
-
Uses of RadioButtonGroup in com.vaadin.browserless
Methods in com.vaadin.browserless 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.browserless 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) -
Uses of RadioButtonGroup in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type RadioButtonGroupModifier and TypeMethodDescriptiondefault <V> RadioButtonGroupLocator<V> GeneratedLocators.use(RadioButtonGroup<V> component) Returns a locator seeded with the givenRadioButtonGroupinstance. -
Uses of RadioButtonGroup in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with type parameters of type RadioButtonGroupModifier and TypeClassDescriptionclassRadioButtonGroupTester<T extends RadioButtonGroup<V>,V> Tester for RadioButtonGroup components.Methods in com.vaadin.flow.component.radiobutton that return RadioButtonGroupConstructors in com.vaadin.flow.component.radiobutton with parameters of type RadioButtonGroupConstructor 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.