Class VCheckboxGroup<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup

        com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent<R extends com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup<R,​?>>
      • Nested classes/interfaces inherited from class com.vaadin.flow.component.AbstractField

        com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<C extends com.vaadin.flow.component.Component,​V extends Object>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.data.binder.HasItemComponents

        com.vaadin.flow.data.binder.HasItemComponents.ItemComponent<T extends Object>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue

        com.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
    • Constructor Summary

      Constructors 
      Constructor Description
      VCheckboxGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      VCheckboxGroup<T> withDataProvider​(com.vaadin.flow.data.provider.DataProvider<T,​?> dataProvider)  
      VCheckboxGroup<T> withErrorMessage​(String errorMessage)  
      VCheckboxGroup<T> withInvalid​(boolean invalid)  
      VCheckboxGroup<T> withItemEnabledProvider​(com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider)  
      VCheckboxGroup<T> withItemLabelGenerator​(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator)  
      VCheckboxGroup<T> withItems​(Collection<T> items)  
      VCheckboxGroup<T> withItems​(Stream<T> streamOfItems)
      Deprecated.
      VCheckboxGroup<T> withItems​(T... items)  
      VCheckboxGroup<T> withReadOnly​(boolean readOnly)  
      VCheckboxGroup<T> withRequired​(boolean required)  
      VCheckboxGroup<T> withSelectionListener​(com.vaadin.flow.data.selection.MultiSelectionListener<com.vaadin.flow.component.checkbox.CheckboxGroup<T>,​T> listener)  
      VCheckboxGroup<T> withThemeVariants​(com.vaadin.flow.component.checkbox.CheckboxGroupVariant... variants)  
      VCheckboxGroup<T> withUpdateSelection​(Set<T> addedItems, Set<T> removedItems)  
      • Methods inherited from class com.vaadin.flow.component.checkbox.CheckboxGroup

        addSelectionListener, getDataProvider, getErrorMessage, getGenericDataView, getItemEnabledProvider, getItemLabelGenerator, getLabel, getListDataView, getSelectedItems, hasValidValue, isInvalid, isReadOnly, isRequired, onEnabledStateChanged, setDataProvider, setErrorMessage, setInvalid, setItemEnabledProvider, setItemLabelGenerator, setItems, setItems, setItems, setItems, setLabel, setReadOnly, setRequired, setValue, updateSelection, valueEquals
      • Methods inherited from class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup

        addInvalidChangeListener, addThemeVariants, getErrorMessageString, getLabelString, isDisabledBoolean, isInvalidBoolean, isRequiredBoolean, removeThemeVariants, setDisabled, validate
      • Methods inherited from class com.vaadin.flow.component.AbstractSinglePropertyField

        getSynchronizationRegistration, setPresentationValue, setSynchronizedEvent
      • Methods inherited from class com.vaadin.flow.component.AbstractField

        addValueChangeListener, getEmptyValue, getValue, isEmpty, setModelValue
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasHelper

        getHelperComponent, getHelperText, setHelperComponent, setHelperText
      • Methods inherited from interface com.vaadin.flow.data.binder.HasItemComponents

        addComponents, getItemPosition, prependComponents
      • Methods inherited from interface com.vaadin.flow.data.provider.HasListDataView

        setItems, setItems
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasTheme

        addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
      • Methods inherited from interface com.vaadin.flow.component.HasValidation

        getErrorMessage, isInvalid, setErrorMessage, setInvalid
      • Methods inherited from interface com.vaadin.flow.component.HasValue

        addValueChangeListener, clear, getOptionalValue, isEmpty
      • Methods inherited from interface com.vaadin.flow.component.HasValueAndElement

        isRequiredIndicatorVisible, setRequiredIndicatorVisible
      • Methods inherited from interface com.vaadin.flow.data.selection.MultiSelect

        deselect, deselect, deselectAll, getEmptyValue, getValue, isSelected, select, select