Package io.jmix.flowui.component.upload
Class FileStorageUploadField
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<C,V>
io.jmix.flowui.kit.component.upload.AbstractSingleUploadField<C,V>
io.jmix.flowui.kit.component.upload.JmixFileStorageUploadField<FileStorageUploadField,FileRef>
io.jmix.flowui.component.upload.FileStorageUploadField
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.DetachNotifier
,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.HasValidation
,com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField,
,FileRef>, FileRef> com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField,
,FileRef>, FileRef> com.vaadin.flow.component.shared.HasTooltip
,HasRequired
,SupportsStatusChangeHandler<FileStorageUploadField>
,SupportsValidation<FileRef>
,SupportsValueSource<FileRef>
,Serializable
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class FileStorageUploadField
extends JmixFileStorageUploadField<FileStorageUploadField,FileRef>
implements SupportsValueSource<FileRef>, SupportsValidation<FileRef>, HasRequired, SupportsStatusChangeHandler<FileStorageUploadField>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
- 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.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
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected Downloader
protected FieldDelegate<FileStorageUploadField,
FileRef, FileRef> protected FileStorage
protected FileStorageLocator
protected Messages
protected org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.MultipartProperties>
protected Notifications
protected TemporaryStorage
Fields inherited from class io.jmix.flowui.kit.component.upload.JmixFileStorageUploadField
fileStorageName, fileStoragePutMode
Fields inherited from class io.jmix.flowui.kit.component.upload.AbstractSingleUploadField
CLEAR_COMPONENT_ARIA_LABEL, CLEAR_COMPONENT_CLASS_NAME, clearButtonVisible, clearComponent, content, FILE_NAME_COMPONENT_CLASS_NAME, FILE_NAME_COMPONENT_EMPTY_CLASS_NAME, FILE_NOT_SELECTED, fileNameComponent, fileNameVisible, fileNotSelectedText, INPUT_CONTAINER_CLASS_NAME, internalValue, NO_MARGIN_THEME, UPLOAD, uploadButton, uploadText
Fields inherited from interface io.jmix.flowui.component.HasRequired
PROPERTY_REQUIRED
Fields inherited from interface io.jmix.flowui.component.SupportsValidation
PROPERTY_ERROR_MESSAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
addFileUploadSucceededListener
(com.vaadin.flow.component.ComponentEventListener<FileUploadSucceededEvent<FileStorageUploadField>> listener) Adds a succeeded listener that is informed on upload succeeded.com.vaadin.flow.shared.Registration
addValidator
(Validator<? super FileRef> validator) void
protected void
protected void
attachValueChangeListener
(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField, FileRef>> listener) protected void
protected void
protected FieldDelegate<FileStorageUploadField,
FileRef, FileRef> protected void
void
protected String
protected String
protected void
handleJmixUploadInternalError
(String fileName) protected void
boolean
protected void
onAttach
(com.vaadin.flow.component.AttachEvent attachEvent) protected void
onFailedEvent
(com.vaadin.flow.component.upload.FailedEvent event) protected void
onFileNameClick
(com.vaadin.flow.component.ClickEvent<?> clickEvent) protected void
onFileRejectedEvent
(com.vaadin.flow.component.upload.FileRejectedEvent event) protected void
onSucceededEvent
(com.vaadin.flow.component.upload.SucceededEvent event) protected void
onValueChange
(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField, FileRef> event) protected void
saveFile
(com.vaadin.flow.component.upload.SucceededEvent event) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setInvalid
(boolean invalid) Sets invalid state to the field considering result of field validation.void
setMaxFileSize
(int maxFileSize) Specify the maximum file size in bytes allowed to upload.void
setRequiredMessage
(String requiredMessage) void
setStatusChangeHandler
(Consumer<SupportsStatusChangeHandler.StatusContext<FileStorageUploadField>> handler) Sets a callback to be used to handle component status changes, e.g.void
setValueSource
(ValueSource<FileRef> valueSource) protected void
showUploadErrorNotification
(String fileName) protected boolean
valueEquals
(FileRef value1, FileRef value2) Methods inherited from class io.jmix.flowui.kit.component.upload.JmixFileStorageUploadField
getFileStorageName, getFileStoragePutMode, setFileStorageName, setFileStoragePutMode
Methods inherited from class io.jmix.flowui.kit.component.upload.AbstractSingleUploadField
addClassNames, addFileUploadFailedListener, addFileUploadFileRejectedListener, addFileUploadFinishedListener, addFileUploadProgressListener, addFileUploadStartedListener, addThemeNames, addValueChangeListener, attachContent, attachUploadEvents, createClearComponent, createContentComponent, createFileNameComponent, createUploadButtonComponent, createUploadComponent, createUploadReceiver, getAcceptedFileTypes, getClearButtonAriaLabel, getContent, getEmptyValue, getFileNotSelectedText, getI18n, getMaxFileSize, getUploadIcon, getUploadText, getValue, initClearComponent, initContentComponent, initFileNameComponent, initUploadButtonComponent, initUploadComponent, isClearButtonVisible, isDropAllowed, isFileNameVisible, onClearButtonClick, onFinishedEvent, onJmixUploadInternalError, onProgressEvent, onStartedEvent, removeClassNames, setAcceptedFileTypes, setClearButtonAriaLabel, setClearButtonVisible, setComponentAriaLabel, setComponentClickListener, setComponentEnabled, setComponentText, setDropAllowed, setEnabled, setFileNameVisible, setFileNotSelectedText, setI18n, setInternalValue, setInternalValue, setPresentationValue, setReadOnly, setUploadIcon, setUploadText, setValue, updateComponentsVisibility
Methods inherited from class com.vaadin.flow.component.AbstractField
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, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
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 io.jmix.flowui.component.HasRequired
isRequired, setRequired
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.shared.HasTooltip
getTooltip, setTooltipText
Methods inherited from interface com.vaadin.flow.component.HasValue
clear, getOptionalValue
Methods inherited from interface com.vaadin.flow.component.HasValueAndElement
isReadOnly, isRequiredIndicatorVisible, setRequiredIndicatorVisible
Methods inherited from interface io.jmix.flowui.component.SupportsValidation
getErrorMessage, setErrorMessage
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
temporaryStorage
-
fileStorageLocator
-
downloader
-
notifications
-
messages
-
multipartPropertiesProvider
protected org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.MultipartProperties> multipartPropertiesProvider -
fieldDelegate
-
fileStorage
-
-
Constructor Details
-
FileStorageUploadField
public FileStorageUploadField()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
autowireDependencies
protected void autowireDependencies() -
initComponent
protected void initComponent() -
createFieldDelegate
-
isInvalid
public boolean isInvalid()- Specified by:
isInvalid
in interfacecom.vaadin.flow.component.HasValidation
-
getRequiredMessage
- Specified by:
getRequiredMessage
in interfaceHasRequired
-
setRequiredMessage
- Specified by:
setRequiredMessage
in interfaceHasRequired
-
addValidator
- Specified by:
addValidator
in interfaceSupportsValidation<FileRef>
-
executeValidators
- Specified by:
executeValidators
in interfaceSupportsValidation<FileRef>
- Throws:
ValidationException
-
setInvalid
public void setInvalid(boolean invalid) Description copied from interface:SupportsValidation
Sets 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:
setInvalid
in interfacecom.vaadin.flow.component.HasValidation
- Specified by:
setInvalid
in interfaceSupportsValidation<FileRef>
- Parameters:
invalid
- whether field should be invalid
-
getValueSource
- Specified by:
getValueSource
in interfaceSupportsValueSource<FileRef>
-
setValueSource
- Specified by:
setValueSource
in interfaceSupportsValueSource<FileRef>
-
setStatusChangeHandler
public void setStatusChangeHandler(@Nullable Consumer<SupportsStatusChangeHandler.StatusContext<FileStorageUploadField>> handler) Description copied from interface:SupportsStatusChangeHandler
Sets a callback to be used to handle component status changes, e.g. validation messages set byHasValidation.setErrorMessage(String)
.- Specified by:
setStatusChangeHandler
in interfaceSupportsStatusChangeHandler<FileStorageUploadField>
- Parameters:
handler
- a handler to set
-
setMaxFileSize
public void setMaxFileSize(int maxFileSize) Specify the maximum file size in bytes allowed to upload. Notice that it is a client-side constraint, which will be checked before sending the request.Note if
MultipartProperties
is available, the default value will be set fromMultipartProperties.getMaxFileSize()
that is equal to 1Mb. To increase maximum file size for all fields in the application useMultipartProperties.getMaxFileSize()
property.- Overrides:
setMaxFileSize
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef> - Parameters:
maxFileSize
- the maximum file size in bytes- See Also:
-
Upload.setMaxFileSize(int)
MultipartProperties.getMaxFileSize()
MultipartProperties.getMaxRequestSize()
-
addFileUploadSucceededListener
public com.vaadin.flow.shared.Registration addFileUploadSucceededListener(com.vaadin.flow.component.ComponentEventListener<FileUploadSucceededEvent<FileStorageUploadField>> listener) Adds a succeeded listener that is informed on upload succeeded.For instance, if component has
FileStoragePutMode.MANUAL
, we can handle the uploading, like the following:manuallyControlledField.addFileUploadSucceededListener(event -> { FileTemporaryStorageBuffer receiver = event.getReceiver(); File file = temporaryStorage.getFile(receiver.getFileData().getFileInfo().getId()); if (file != null) { notifications.create("File is uploaded to temporary storage at " + file.getAbsolutePath()) .show(); } FileRef fileRef = temporaryStorage.putFileIntoStorage(receiver.getFileData().getFileInfo().getId(), event.getFileName()); manuallyControlledField.setValue(fileRef); notifications.create("Uploaded file: " + event.getFileName()) .show(); });
- Overrides:
addFileUploadSucceededListener
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef> - Parameters:
listener
- listener to add- Returns:
- registration for removal of listener
- See Also:
-
onSucceededEvent
protected void onSucceededEvent(com.vaadin.flow.component.upload.SucceededEvent event) - Overrides:
onSucceededEvent
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef>
-
saveFile
protected void saveFile(com.vaadin.flow.component.upload.SucceededEvent event) -
generateFileName
- Overrides:
generateFileName
in classJmixFileStorageUploadField<FileStorageUploadField,
FileRef>
-
getDefaultUploadText
- Overrides:
getDefaultUploadText
in classJmixFileStorageUploadField<FileStorageUploadField,
FileRef>
-
checkFileStorageInitialized
protected void checkFileStorageInitialized() -
onFileNameClick
protected void onFileNameClick(com.vaadin.flow.component.ClickEvent<?> clickEvent) -
handleJmixUploadInternalError
- Overrides:
handleJmixUploadInternalError
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef>
-
showUploadErrorNotification
-
valueEquals
- Overrides:
valueEquals
in classcom.vaadin.flow.component.AbstractField<FileStorageUploadField,
FileRef>
-
attachValueChangeListener
protected void attachValueChangeListener(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField, FileRef>> listener) -
onValueChange
protected void onValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<FileStorageUploadField, FileRef> event) -
onFileRejectedEvent
protected void onFileRejectedEvent(com.vaadin.flow.component.upload.FileRejectedEvent event) - Overrides:
onFileRejectedEvent
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef>
-
onFailedEvent
protected void onFailedEvent(com.vaadin.flow.component.upload.FailedEvent event) - Overrides:
onFailedEvent
in classAbstractSingleUploadField<FileStorageUploadField,
FileRef>
-
deleteTempFile
protected void deleteTempFile() -
applyI18nDefaults
protected void applyI18nDefaults() -
onAttach
protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent) - Overrides:
onAttach
in classcom.vaadin.flow.component.Component
-