Class JmixFileUploadField<C extends AbstractSingleUploadField<C,byte[]>>
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<C,V>
io.jmix.flowui.kit.component.upload.AbstractSingleUploadField<C,byte[]>
io.jmix.flowui.kit.component.upload.JmixFileUploadField<C>
- 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.HasTheme
,com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<C,
,byte[]>, byte[]> com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<C,
,byte[]>, byte[]> com.vaadin.flow.component.shared.HasTooltip
,Serializable
- Direct Known Subclasses:
FileUploadField
public class JmixFileUploadField<C extends AbstractSingleUploadField<C,byte[]>>
extends AbstractSingleUploadField<C,byte[]>
- 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<?>>
-
Field Summary
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, FULL_WIDTH_THEME, INPUT_CONTAINER_CLASS_NAME, internalValue, NO_FILE_NAME_THEME, UPLOAD, uploadButton, uploadText
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
convertValueToFileName
(byte[] value) protected String
protected String
protected void
onSucceededEvent
(com.vaadin.flow.component.upload.SucceededEvent event) protected void
saveFile
(com.vaadin.flow.component.upload.SucceededEvent event) void
setFileName
(String fileName) Sets file name to be shown in the component next to upload button.protected void
setInternalValue
(byte[] value, boolean fromClient) protected boolean
valueEquals
(byte[] a, byte[] b) Methods inherited from class io.jmix.flowui.kit.component.upload.AbstractSingleUploadField
addClassNames, addFileUploadFailedListener, addFileUploadFileRejectedListener, addFileUploadFinishedListener, addFileUploadProgressListener, addFileUploadStartedListener, addFileUploadSucceededListener, addThemeNames, addValueChangeListener, attachContent, attachUploadEvents, createClearComponent, createContentComponent, createFileNameComponent, createUploadButtonComponent, createUploadComponent, createUploadReceiver, getAcceptedFileTypes, getClearButtonAriaLabel, getContent, getEmptyValue, getFileNotSelectedText, getI18n, getMaxFileSize, getUploadIcon, getUploadText, getValue, handleJmixUploadInternalError, initClearComponent, initContentComponent, initFileNameComponent, initUploadButtonComponent, initUploadComponent, isClearButtonVisible, isDropAllowed, isFileNameVisible, onClearButtonClick, onFailedEvent, onFileRejectedEvent, onFinishedEvent, onJmixUploadInternalError, onProgressEvent, onStartedEvent, removeClassNames, removeThemeNames, setAcceptedFileTypes, setClearButtonAriaLabel, setClearButtonVisible, setComponentAriaLabel, setComponentClickListener, setComponentEnabled, setComponentText, setDropAllowed, setEnabled, setFileNameVisible, setFileNotSelectedText, setI18n, setInternalValue, setMaxFileSize, 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, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, 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 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.HasValue
clear, getOptionalValue
Methods inherited from interface com.vaadin.flow.component.HasValueAndElement
isReadOnly, isRequiredIndicatorVisible, setRequiredIndicatorVisible
-
Field Details
-
fileName
-
uploadedFileName
-
-
Constructor Details
-
JmixFileUploadField
public JmixFileUploadField() -
JmixFileUploadField
public JmixFileUploadField(byte[] defaultValue)
-
-
Method Details
-
getFileName
- Returns:
- file name to be shown in the component next to upload button
-
setFileName
Sets file name to be shown in the component next to upload button. The file name of the newly uploaded file will rewrite the caption.The default value is "attachment (file_size Kb)". See also message key "
fileUploadField.noFileName
".- Parameters:
fileName
- file name to show
-
getUploadedFileName
- Returns:
- name of the uploaded file or
null
if no file was uploaded using "Upload" button
-
generateFileName
- Specified by:
generateFileName
in classAbstractSingleUploadField<C extends AbstractSingleUploadField<C,
byte[]>, byte[]>
-
convertValueToFileName
-
getDefaultUploadText
- Specified by:
getDefaultUploadText
in classAbstractSingleUploadField<C extends AbstractSingleUploadField<C,
byte[]>, byte[]>
-
onSucceededEvent
protected void onSucceededEvent(com.vaadin.flow.component.upload.SucceededEvent event) - Overrides:
onSucceededEvent
in classAbstractSingleUploadField<C extends AbstractSingleUploadField<C,
byte[]>, byte[]>
-
saveFile
protected void saveFile(com.vaadin.flow.component.upload.SucceededEvent event) -
setInternalValue
protected void setInternalValue(@Nullable byte[] value, boolean fromClient) - Overrides:
setInternalValue
in classAbstractSingleUploadField<C extends AbstractSingleUploadField<C,
byte[]>, byte[]>
-
valueEquals
protected boolean valueEquals(@Nullable byte[] a, @Nullable byte[] b) - Overrides:
valueEquals
in classcom.vaadin.flow.component.AbstractField<C extends AbstractSingleUploadField<C,
byte[]>, byte[]>
-