Package io.jmix.reportsflowui.component
Class ReportsMultiEntityPicker<E>
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<C,V>
io.jmix.flowui.kit.component.valuepicker.ValuePickerBase<ReportsMultiEntityPicker<E>,Collection<E>>
io.jmix.reportsflowui.component.ReportsMultiEntityPicker<E>
- Type Parameters:
E- entity type
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.BlurNotifier<ReportsMultiEntityPicker<E>>,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.Focusable<ReportsMultiEntityPicker<E>>,com.vaadin.flow.component.FocusNotifier<ReportsMultiEntityPicker<E>>,com.vaadin.flow.component.HasAriaLabel,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasHelper,com.vaadin.flow.component.HasLabel,com.vaadin.flow.component.HasPlaceholder,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<ReportsMultiEntityPicker<E>,,Collection<E>>, Collection<E>> com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<ReportsMultiEntityPicker<E>,,Collection<E>>, Collection<E>> com.vaadin.flow.component.shared.HasPrefix,com.vaadin.flow.component.shared.HasSuffix,com.vaadin.flow.component.shared.HasTooltip,com.vaadin.flow.component.shared.HasValidationProperties,EntityMultiPickerComponent<E>,EntityPickerComponent<Collection<E>>,HasRequired,PickerComponent<Collection<E>>,SupportsMetaClass,SupportsStatusChangeHandler<ReportsMultiEntityPicker<E>>,SupportsValidation<Collection<E>>,SupportsValueSource<Collection<E>>,HasActions,HasAutofocus,HasPlaceholder,HasTitle,SupportsFormatter<Collection<E>>,SupportsUserAction<Collection<E>>,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class ReportsMultiEntityPicker<E>
extends ValuePickerBase<ReportsMultiEntityPicker<E>,Collection<E>>
implements EntityMultiPickerComponent<E>, SupportsValidation<Collection<E>>, SupportsStatusChangeHandler<ReportsMultiEntityPicker<E>>, HasRequired, com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasSuffix, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
INTERNAL! Will be removed in next releases.
- See Also:
-
Nested Class Summary
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.component.BlurNotifier
com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>Nested classes/interfaces inherited from interface com.vaadin.flow.component.FocusNotifier
com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>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<?>>Nested classes/interfaces inherited from interface io.jmix.flowui.component.SupportsStatusChangeHandler
SupportsStatusChangeHandler.StatusContext<C extends com.vaadin.flow.component.Component> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected ReportsEntityPickerDelegate<ReportsMultiEntityPicker<E>,E> Fields inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerBase
actionsSupport, formatter, PROPERTY_ALLOW_CUSTOM_VALUE, PROPERTY_VALUEFields inherited from interface io.jmix.flowui.kit.component.HasAutofocus
AUTOFOCUS_PROPERTY_NAMEFields inherited from interface io.jmix.flowui.kit.component.HasPlaceholder
PLACEHOLDER_PROPERTY_NAMEFields 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 Collection<E>> validator) Adds a validator to the list of validators for the component.voidprotected StringapplyDefaultValueFormat(Collection<E> value) protected ValuePickerActionSupportprotected ReportsEntityPickerDelegate<ReportsMultiEntityPicker<E>,E> voidExecutes all registered validators against the current value of the component.Returns theMetaClassassociated with this component or entity.Returns the custom validation message to be displayed if the component is marked as required and the validation fails due to a missing value.Returns the currentValueSourceassociated with this component.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetInvalid(boolean invalid) Sets invalid state to the field considering result of field validation.voidsetMetaClass(MetaClass metaClass) Sets theMetaClassfor this component or entity.voidsetRequiredMessage(String requiredMessage) Sets a message that will be displayed or logged when a required field or input is not provided.voidsetStatusChangeHandler(Consumer<SupportsStatusChangeHandler.StatusContext<ReportsMultiEntityPicker<E>>> handler) Sets a callback to be used to handle component status changes, e.g.voidsetValueSource(ValueSource<Collection<E>> valueSource) Sets aValueSourcefor this component, allowing it to bind its value to a specified data source.protected booleanvalueEquals(Collection<E> value1, Collection<E> value2) Methods inherited from class io.jmix.flowui.kit.component.valuepicker.ValuePickerBase
addAction, addCustomValueSetListener, formatValue, getAction, getActions, getActionsSupport, getAriaLabel, getAriaLabelledBy, getFormatter, handlePropertyChange, initComponent, initFieldValuePropertyChangeListener, isAllowCustomValueBoolean, removeAction, setAllowCustomValue, setAriaLabel, setAriaLabelledBy, setFormatter, setPresentationValue, setValue, setValueFromClient, validateMethods inherited from class com.vaadin.flow.component.AbstractField
addValueChangeListener, getEmptyValue, getValue, isEmpty, setModelValueMethods 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, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, 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.BlurNotifier
addBlurListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.Focusable
addFocusShortcut, blur, focus, getTabIndex, setTabIndexMethods inherited from interface com.vaadin.flow.component.FocusNotifier
addFocusListenerMethods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, addAction, getAction, getActions, removeAction, removeAction, removeAllActionsMethods inherited from interface io.jmix.flowui.kit.component.HasAutofocus
isAutofocus, setAutofocusMethods 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.component.HasLabel
getLabel, setLabelMethods inherited from interface io.jmix.flowui.kit.component.HasPlaceholder
getPlaceholder, setPlaceholderMethods inherited from interface com.vaadin.flow.component.shared.HasPrefix
getPrefixComponent, setPrefixComponentMethods 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.shared.HasSuffix
getSuffixComponent, setSuffixComponentMethods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeNameMethods inherited from interface com.vaadin.flow.component.shared.HasTooltip
getTooltip, setTooltipTextMethods inherited from interface com.vaadin.flow.component.HasValidation
setManualValidationMethods inherited from interface com.vaadin.flow.component.shared.HasValidationProperties
isInvalidMethods inherited from interface com.vaadin.flow.component.HasValue
clear, getOptionalValueMethods inherited from interface com.vaadin.flow.component.HasValueAndElement
isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisibleMethods inherited from interface io.jmix.flowui.kit.component.SupportsUserAction
setValueFromClientMethods inherited from interface io.jmix.flowui.component.SupportsValidation
getErrorMessage, setErrorMessage
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
fieldDelegate
-
-
Constructor Details
-
ReportsMultiEntityPicker
public ReportsMultiEntityPicker()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getValueSource
Description copied from interface:SupportsValueSourceReturns the currentValueSourceassociated with this component.- Specified by:
getValueSourcein interfaceSupportsValueSource<E>- Returns:
- the associated
ValueSource, ornullif no value source is set
-
setValueSource
Description copied from interface:SupportsValueSourceSets aValueSourcefor this component, allowing it to bind its value to a specified data source.- Specified by:
setValueSourcein interfaceSupportsValueSource<E>- Parameters:
valueSource- theValueSourceto be associated with this component, ornullto remove the current association
-
getMetaClass
Description copied from interface:SupportsMetaClassReturns theMetaClassassociated with this component or entity.- Specified by:
getMetaClassin interfaceSupportsMetaClass- Returns:
- the
MetaClassobject, ornullif no MetaClass is associated
-
setMetaClass
Description copied from interface:SupportsMetaClassSets theMetaClassfor this component or entity.- Specified by:
setMetaClassin interfaceSupportsMetaClass- Parameters:
metaClass- theMetaClassto associate with this component or entity, ornullto disassociate any currently set MetaClass
-
addValidator
Description copied from interface:SupportsValidationAdds a validator to the list of validators for the component. The provided validator will be used to validate the value of the component during validation execution.- Specified by:
addValidatorin interfaceSupportsValidation<E>- Parameters:
validator- the validator to be added; should not benull- Returns:
- a
Registrationobject that allows removing the added validator
-
executeValidators
Description copied from interface:SupportsValidationExecutes all registered validators against the current value of the component. If any of the validators fail, aValidationExceptionis thrown to indicate the failure. The exact behavior and order of validation depend on the validators added.- Specified by:
executeValidatorsin interfaceSupportsValidation<E>- Throws:
ValidationException- if validation fails for one or more validators
-
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 invalid
- 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 invalid
- Specified by:
setInvalidin interfacecom.vaadin.flow.component.HasValidation- Specified by:
setInvalidin interfacecom.vaadin.flow.component.shared.HasValidationProperties- Specified by:
setInvalidin interfaceSupportsValidation<E>- Parameters:
invalid- whether field should be invalid
-
setStatusChangeHandler
public void setStatusChangeHandler(@Nullable Consumer<SupportsStatusChangeHandler.StatusContext<ReportsMultiEntityPicker<E>>> handler) Description copied from interface:SupportsStatusChangeHandlerSets a callback to be used to handle component status changes, e.g. validation messages set byHasValidation.setErrorMessage(String).- Specified by:
setStatusChangeHandlerin interfaceSupportsStatusChangeHandler<E>- Parameters:
handler- a handler to set
-
getRequiredMessage
Description copied from interface:HasRequiredReturns the custom validation message to be displayed if the component is marked as required and the validation fails due to a missing value.- Specified by:
getRequiredMessagein interfaceHasRequired- Returns:
- the required message set for the component, or
nullif no message is defined
-
setRequiredMessage
Description copied from interface:HasRequiredSets a message that will be displayed or logged when a required field or input is not provided.- Specified by:
setRequiredMessagein interfaceHasRequired- Parameters:
requiredMessage- the message to be set for required fields. Ifnull, the default message or no message will be used.
-
applyDefaultValueFormat
- Overrides:
applyDefaultValueFormatin classValuePickerBase<ReportsMultiEntityPicker<E>,Collection<E>>
-
valueEquals
- Overrides:
valueEqualsin classcom.vaadin.flow.component.AbstractField<ReportsMultiEntityPicker<E>,Collection<E>>
-
createActionsSupport
- Overrides:
createActionsSupportin classValuePickerBase<ReportsMultiEntityPicker<E>,Collection<E>>
-
createFieldDelegate
-