Class FileItemDoneEvent


public class FileItemDoneEvent extends BaseJBStrapEvent
Successful file upload event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The file name
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • FileItemDoneEvent

      public FileItemDoneEvent()
  • Method Details

    • getFilename

      public String getFilename()
      Gets the name of the uploaded file.
      Returns:
      File name