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 Details

    • key

      public final String key
    • value

      public final com.inductiveautomation.ignition.common.gson.JsonElement value
    • files

      public final List<UploadedFile> files
  • Constructor Details

  • Method Details