public class ProgressInputFileBean
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProgressInputFileBean() |
| Modifier and Type | Method and Description |
|---|---|
org.icefaces.ace.component.fileentry.FileEntryResults.FileInfo |
getCurrentFile() |
int |
getFileProgress() |
void |
listener(org.icefaces.ace.component.fileentry.FileEntryEvent event)
Action event method which is triggered when a user clicks on the
upload file button.
|
public void listener(org.icefaces.ace.component.fileentry.FileEntryEvent event)
Action event method which is triggered when a user clicks on the upload file button. Uploaded files are added to a list so that user have the option to delete them programatically. Any errors that occurs during the file uploaded are added the messages output.
event - jsf action event.public org.icefaces.ace.component.fileentry.FileEntryResults.FileInfo getCurrentFile()
public int getFileProgress()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.