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 Interface
com.vaadin.flow.component.checkbox.CheckboxGroup.ItemHelperGenerator
Packages that use CheckboxGroup.ItemHelperGenerator
-
Uses of CheckboxGroup.ItemHelperGenerator in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return CheckboxGroup.ItemHelperGeneratorModifier and TypeMethodDescriptionCheckboxGroup.getItemHelperGenerator()
Gets the
CheckboxGroup.ItemHelperGenerator
function that is used for generating helper text strings used by the checkbox group for each item.Methods in com.vaadin.flow.component.checkbox with parameters of type CheckboxGroup.ItemHelperGeneratorModifier and TypeMethodDescriptionvoid
CheckboxGroup.setItemHelperGenerator
(CheckboxGroup.ItemHelperGenerator<T> itemHelperGenerator) Sets the
CheckboxGroup.ItemHelperGenerator
that is used for generating helper text strings used by the checkbox group for each item.