Class VRadioButtonGroup<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup

        com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent<R extends com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup<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<?>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VRadioButtonGroup<T> withItemEnabledProvider​(com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider)  
      VRadioButtonGroup<T> withRenderer​(com.vaadin.flow.data.renderer.ComponentRenderer<? extends com.vaadin.flow.component.Component,​T> renderer)  
      VRadioButtonGroup<T> withRequired​(boolean required)  
      VRadioButtonGroup<T> withTextRenderer​(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator)  
      • Methods inherited from class com.vaadin.flow.component.radiobutton.RadioButtonGroup

        add, add, add, addComponentAsFirst, addComponentAtIndex, addComponents, addThemeVariants, getDataProvider, getErrorMessage, getGenericDataView, getItemEnabledProvider, getItemLabelGenerator, getItemPosition, getItemRenderer, getLabel, getListDataView, hasValidValue, isInvalid, isReadOnly, isRequired, onAttach, onDetach, onEnabledStateChanged, prependComponents, remove, remove, removeAll, removeThemeVariants, setDataProvider, setErrorMessage, setInvalid, setItemEnabledProvider, setItemLabelGenerator, setItems, setItems, setItems, setItems, setLabel, setReadOnly, setRenderer, setRequired, setValue, valueEquals
      • Methods inherited from class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup

        addInvalidChangeListener, checkValidity, getErrorMessageString, getLabelString, isDisabledBoolean, isInvalidBoolean, isReadonlyBoolean, isRequiredBoolean, setDisabled, setReadonly, 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, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, scrollIntoView, 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.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.component.HasLabel

        getLabel, setLabel
      • 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.shared.HasTooltip

        getTooltip, setTooltipText
      • Methods inherited from interface com.vaadin.flow.component.HasValidation

        getErrorMessage, isInvalid, setErrorMessage, setInvalid
      • Methods inherited from interface com.vaadin.flow.data.binder.HasValidator

        addValidationStatusChangeListener, getDefaultValidator
      • Methods inherited from interface com.vaadin.flow.component.HasValue

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

        isRequiredIndicatorVisible, setRequiredIndicatorVisible
    • Constructor Detail

      • VRadioButtonGroup

        public VRadioButtonGroup()
      • VRadioButtonGroup

        public VRadioButtonGroup​(String label)
    • Method Detail

      • withRenderer

        public VRadioButtonGroup<T> withRenderer​(com.vaadin.flow.data.renderer.ComponentRenderer<? extends com.vaadin.flow.component.Component,​T> renderer)
      • withTextRenderer

        public VRadioButtonGroup<T> withTextRenderer​(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator)
      • withItemEnabledProvider

        public VRadioButtonGroup<T> withItemEnabledProvider​(com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider)