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 SummaryNested classes/interfaces inherited from class com.vaadin.flow.component.AbstractFieldcom.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.HasValuecom.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
- 
Field SummaryFieldsFields inherited from class io.jmix.flowui.kit.component.upload.AbstractSingleUploadFieldCLEAR_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringconvertValueToFileName(byte[] value) protected Stringprotected Stringprotected voidonSucceededEvent(com.vaadin.flow.component.upload.SucceededEvent event) protected voidsaveFile(com.vaadin.flow.component.upload.SucceededEvent event) voidsetFileName(String fileName) Sets file name to be shown in the component next to upload button.protected voidsetInternalValue(byte[] value, boolean fromClient) protected booleanvalueEquals(byte[] a, byte[] b) Methods inherited from class io.jmix.flowui.kit.component.upload.AbstractSingleUploadFieldaddClassNames, 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, updateComponentsVisibilityMethods inherited from class com.vaadin.flow.component.AbstractFieldisEmpty, setModelValueMethods inherited from class com.vaadin.flow.component.ComponentaddListener, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifieraddAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifieraddDetachListenerMethods inherited from interface com.vaadin.flow.component.HasElementgetElementMethods inherited from interface com.vaadin.flow.component.HasEnabledisEnabledMethods inherited from interface com.vaadin.flow.component.HasHelpergetHelperComponent, getHelperText, setHelperComponent, setHelperTextMethods inherited from interface com.vaadin.flow.component.HasLabelgetLabel, setLabelMethods inherited from interface com.vaadin.flow.component.HasSizegetHeight, 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.HasStyleaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods inherited from interface com.vaadin.flow.component.HasThemeaddThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeNameMethods inherited from interface com.vaadin.flow.component.shared.HasTooltipgetTooltip, setTooltipTextMethods inherited from interface com.vaadin.flow.component.HasValueclear, getOptionalValueMethods inherited from interface com.vaadin.flow.component.HasValueAndElementisReadOnly, isRequiredIndicatorVisible, setRequiredIndicatorVisible
- 
Field Details- 
fileName
- 
uploadedFileName
 
- 
- 
Constructor Details- 
JmixFileUploadFieldpublic JmixFileUploadField()
- 
JmixFileUploadFieldpublic JmixFileUploadField(byte[] defaultValue) 
 
- 
- 
Method Details- 
getFileName- Returns:
- file name to be shown in the component next to upload button
 
- 
setFileNameSets 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 nullif no file was uploaded using "Upload" button
 
- 
generateFileName- Specified by:
- generateFileNamein class- AbstractSingleUploadField<C extends AbstractSingleUploadField<C,- byte[]>, - byte[]> 
 
- 
convertValueToFileName
- 
getDefaultUploadText- Specified by:
- getDefaultUploadTextin class- AbstractSingleUploadField<C extends AbstractSingleUploadField<C,- byte[]>, - byte[]> 
 
- 
onSucceededEventprotected void onSucceededEvent(com.vaadin.flow.component.upload.SucceededEvent event) - Overrides:
- onSucceededEventin class- AbstractSingleUploadField<C extends AbstractSingleUploadField<C,- byte[]>, - byte[]> 
 
- 
saveFileprotected void saveFile(com.vaadin.flow.component.upload.SucceededEvent event) 
- 
setInternalValueprotected void setInternalValue(@Nullable byte[] value, boolean fromClient) - Overrides:
- setInternalValuein class- AbstractSingleUploadField<C extends AbstractSingleUploadField<C,- byte[]>, - byte[]> 
 
- 
valueEqualsprotected boolean valueEquals(@Nullable byte[] a, @Nullable byte[] b) - Overrides:
- valueEqualsin class- com.vaadin.flow.component.AbstractField<C extends AbstractSingleUploadField<C,- byte[]>, - byte[]> 
 
 
-