Class JmixRadioButtonGroup<V>
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<C,T>
 
com.vaadin.flow.component.AbstractSinglePropertyField<R,T>
 
com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup<com.vaadin.flow.component.radiobutton.RadioButtonGroup<T>,T>
 
com.vaadin.flow.component.radiobutton.RadioButtonGroup<V>
io.jmix.flowui.component.radiobuttongroup.JmixRadioButtonGroup<V>
- All Implemented Interfaces:
 com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasHelper,com.vaadin.flow.component.HasLabel,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.HasTheme,com.vaadin.flow.component.HasValidation,com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.radiobutton.RadioButtonGroup<V>,,V>, V> com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.radiobutton.RadioButtonGroup<V>,,V>, V> com.vaadin.flow.data.binder.HasItemComponents<V>,com.vaadin.flow.data.provider.HasDataView<V,,Void, com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView<V>> com.vaadin.flow.data.provider.HasListDataView<V,,com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView<V>> com.vaadin.flow.data.selection.SingleSelect<com.vaadin.flow.component.radiobutton.RadioButtonGroup<V>,,V> HasRequired,SupportsValidation<V>,SupportsDataProvider<V>,SupportsItemsContainer<V>,SupportsItemsEnum<V>,SupportsValueSource<V>,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class JmixRadioButtonGroup<V>
extends com.vaadin.flow.component.radiobutton.RadioButtonGroup<V>
implements SupportsValueSource<V>, SupportsDataProvider<V>, SupportsItemsContainer<V>, SupportsItemsEnum<V>, SupportsValidation<V>, HasRequired, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
- See Also:
 
- 
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<?>> - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected DataViewDelegate<JmixRadioButtonGroup<V>,V> protected FieldDelegate<JmixRadioButtonGroup<V>,V, V> Fields inherited from interface io.jmix.flowui.component.HasRequired
PROPERTY_REQUIREDFields inherited from interface io.jmix.flowui.component.SupportsValidation
PROPERTY_ERROR_MESSAGE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationaddValidator(Validator<? super V> validator) voidprotected voidprotected DataViewDelegate<JmixRadioButtonGroup<V>,V> protected FieldDelegate<JmixRadioButtonGroup<V>,V, V> voidprotected voidbooleanvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetDataProvider(com.vaadin.flow.data.provider.DataProvider<V, ?> dataProvider) voidsetInvalid(boolean invalid) Sets invalid state to the field considering result of field validation.voidsetItems(CollectionContainer<V> container) Sets items from the passedCollectionContainer.voidSets items from the passedEnumClass.voidsetRequiredMessage(String requiredMessage) voidsetValueSource(ValueSource<V> valueSource) protected voidvalidate()Methods inherited from class com.vaadin.flow.component.radiobutton.RadioButtonGroup
getDataProvider, getErrorMessage, getGenericDataView, getItemEnabledProvider, getItemLabelGenerator, getItemRenderer, getLabel, getListDataView, hasValidValue, isReadOnly, isRequired, onAttach, onDetach, onEnabledStateChanged, setErrorMessage, setItemEnabledProvider, setItemLabelGenerator, setItems, setItems, setItems, setItems, setLabel, setReadOnly, setRenderer, setRequired, setValue, valueEqualsMethods inherited from class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
addInvalidChangeListener, addThemeVariants, checkValidity, getErrorMessageString, getLabelString, isDisabledBoolean, isInvalidBoolean, isReadonlyBoolean, isRequiredBoolean, removeThemeVariants, setDisabled, setReadonlyMethods inherited from class com.vaadin.flow.component.AbstractSinglePropertyField
getSynchronizationRegistration, setPresentationValue, setSynchronizedEventMethods inherited from class com.vaadin.flow.component.AbstractField
addValueChangeListener, getEmptyValue, getValue, isEmpty, setModelValueMethods 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, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAllMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledMethods inherited from interface com.vaadin.flow.component.HasHelper
getHelperComponent, getHelperText, setHelperComponent, setHelperTextMethods inherited from interface com.vaadin.flow.data.binder.HasItemComponents
addComponents, getItemPosition, prependComponentsMethods inherited from interface com.vaadin.flow.data.provider.HasListDataView
setItems, setItemsMethods inherited from interface io.jmix.flowui.component.HasRequired
isRequired, setRequiredMethods 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, setWidthFullMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeNameMethods inherited from interface com.vaadin.flow.component.HasValue
addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmptyMethods inherited from interface com.vaadin.flow.component.HasValueAndElement
isRequiredIndicatorVisible, setRequiredIndicatorVisibleMethods inherited from interface io.jmix.flowui.data.SupportsDataProvider
getDataProviderMethods inherited from interface io.jmix.flowui.component.SupportsValidation
getErrorMessage, setErrorMessage 
- 
Field Details
- 
applicationContext
protected org.springframework.context.ApplicationContext applicationContext - 
fieldDelegate
 - 
dataViewDelegate
 
 - 
 - 
Constructor Details
- 
JmixRadioButtonGroup
public JmixRadioButtonGroup() 
 - 
 - 
Method Details
- 
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
 setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
 org.springframework.beans.BeansException
 - 
afterPropertiesSet
- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 - 
initComponent
protected void initComponent() - 
attachValueChangeListener
protected void attachValueChangeListener() - 
getRequiredMessage
- Specified by:
 getRequiredMessagein interfaceHasRequired
 - 
setRequiredMessage
- Specified by:
 setRequiredMessagein interfaceHasRequired
 - 
setItems
Description copied from interface:SupportsItemsContainerSets items from the passedCollectionContainer.- Specified by:
 setItemsin interfaceSupportsItemsContainer<V>- Parameters:
 container- aCollectionContainerto be used as items source- See Also:
 
 - 
setItems
Description copied from interface:SupportsItemsEnumSets items from the passedEnumClass.- Specified by:
 setItemsin interfaceSupportsItemsEnum<V>- Parameters:
 itemsEnum- aEnumClassto be used as items source- See Also:
 
 - 
setDataProvider
- Overrides:
 setDataProviderin classcom.vaadin.flow.component.radiobutton.RadioButtonGroup<V>
 - 
getValueSource
- Specified by:
 getValueSourcein interfaceSupportsValueSource<V>
 - 
setValueSource
- Specified by:
 setValueSourcein interfaceSupportsValueSource<V>
 - 
validate
protected void validate() - 
isInvalid
public boolean isInvalid()- Specified by:
 isInvalidin interfacecom.vaadin.flow.component.HasValidation- Overrides:
 isInvalidin classcom.vaadin.flow.component.radiobutton.RadioButtonGroup<V>
 - 
setInvalid
public void setInvalid(boolean invalid) Description copied from interface:SupportsValidationSets invalid state to the field considering result of field validation.- Invalid - false and validation passed - false = field is valid
 - Invalid - false and validation passed - true = field is valid
 - Invalid - true and validation passed - false = field is invalid
 - Invalid - true and validation passed - true = field is valid
 
- Specified by:
 setInvalidin interfacecom.vaadin.flow.component.HasValidation- Specified by:
 setInvalidin interfaceSupportsValidation<V>- Overrides:
 setInvalidin classcom.vaadin.flow.component.radiobutton.RadioButtonGroup<V>- Parameters:
 invalid- whether field should be invalid
 - 
addValidator
- Specified by:
 addValidatorin interfaceSupportsValidation<V>
 - 
executeValidators
- Specified by:
 executeValidatorsin interfaceSupportsValidation<V>- Throws:
 ValidationException
 - 
createFieldDelegate
 - 
createDataViewDelegate
 
 -