Class FormModelDelegate.FormSubmittedEventObject
java.lang.Object
com.inductiveautomation.perspective.gateway.components.FormModelDelegate.FormSubmittedEventObject
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- FormModelDelegate
public static class FormModelDelegate.FormSubmittedEventObject
extends Object
implements AutoCloseable
This is the event object that will be passed to the `onSubmitActionPerformed` actions when
there are files attached to this event. The
files map is keyed by field name.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
public final com.inductiveautomation.ignition.common.gson.JsonObject data -
files
-
-
Constructor Details
-
FormSubmittedEventObject
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-