Class FormModelDelegate.FormSubmittedEvent
java.lang.Object
com.inductiveautomation.perspective.gateway.components.FormModelDelegate.FormSubmittedEvent
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- FormModelDelegate
This is the event object for the route to post to the page's gauva event bus, to get picked up
by this delegate. Implements
AutoCloseable so that any unclaimed file parts are
released after dispatch.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormSubmittedEvent(String componentPath, String data, List<UploadedFilePart> files) -
Method Summary
-
Field Details
-
componentPath
-
data
-
files
-
-
Constructor Details
-
FormSubmittedEvent
-
-
Method Details
-
claimFiles
Atomically claims ownership of the file parts. The caller becomes responsible for closing them. Returnsnullif the parts have already been claimed. -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-