Package de.xima.fc.gui.common.bean.file
Class FileUploadConfirmBean
java.lang.Object
de.xima.fc.gui.common.bean.file.FileUploadConfirmBean
- All Implemented Interfaces:
Serializable
Bean for holding upload information to confirm or cancel a single upload. This bean is dependent on the window global
javascript value "resource_confirmUpload" of type "IBeanUploadChecker". Make sure this value is present on the page
and initialized correctly.
- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileUploadConfirmBean
public FileUploadConfirmBean()
-
-
Method Details
-
getFileMeta
-
prepareUpload
-
confirmUpload
public void confirmUpload() -
cancelUpload
public void cancelUpload()
-