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 Details

    • data

      public final com.inductiveautomation.ignition.common.gson.JsonObject data
    • files

      public final Map<String,List<UploadedFile>> files
  • Constructor Details

  • Method Details