Class FormModelDelegate.FormChangedEventObject
java.lang.Object
com.inductiveautomation.perspective.gateway.components.FormModelDelegate.FormChangedEventObject
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- FormModelDelegate
public static class FormModelDelegate.FormChangedEventObject
extends Object
implements AutoCloseable
This is the event object that will be passed to the `onChange` actions when there are files
attached to this event. The
files list contains only the uploaded files associated with
the changed field.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormChangedEventObject(String key, String value, List<UploadedFilePart> parts) -
Method Summary
-
Field Details
-
key
-
value
public final com.inductiveautomation.ignition.common.gson.JsonElement value -
files
-
-
Constructor Details
-
FormChangedEventObject
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-