Uses of Class
com.jbstrap.ui.components.form.items.fileitem.FileItem
-
Uses of FileItem in com.jbstrap.ui.components.form.items.fileitem
Modifier and TypeMethodDescriptionFileItem.addComponent
(Component<?> component) You cannot add further components to the file item component.FileItem.addErrorHandler
(FileItemErrorHandler handler) Specifies the error handler implementation.FileItem.addFileUploadDoneHandler
(FileItemDoneHandler handler) FileItem.addFileUploadStartHandler
(FileItemUploadStartHandler handler) final FileItem
FileItem.clearValue()
Clears the component value (removes files from the component).FileItem.setDefaultValue
(Object defaultValue) No default value can be set for the file item.final FileItem
FileItem.setDraggable
(boolean dragable) Sets if drag&drop upload is enabled in the component.FileItem.setEnabled
(boolean enabled) FileItem.setFileDeleteHandler
(FileDeleteHandler fileDeleteHandler) FileItem.setFileListSize
(int fileCount) Sets file list size.final FileItem
FileItem.setFileStoreName
(String fileStoreName) Sets the file store where the uploaded files are stored.FileItem.setFileUploadedPercent
(JBFile file, long chunkSize) final FileItem
FileItem.setMultiple
(boolean multiple) Sets if the multiple file upload option.FileItem.setReadOnly
(boolean readOnly) Specifies if the file item is displayed in read-only mode.Sets the current value of the component.