Class FileUploadModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.perspective.gateway.components.FileUploadModelDelegate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This is the event object for the route to post to the page's gauva event bus, to get picked up by this delegate.static class
This is the event object that will be passed to the `onFileReceived` actions. -
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
fireEvent, getScriptCallableMethods, handleEvent
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
Field Details
-
ID
- See Also:
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
FileUploadModelDelegate
-
-
Method Details
-
clearUploads
public void clearUploads() -
onStartup
public void onStartup()- Specified by:
onStartup
in classAbstractLifecycle
-
onShutdown
public void onShutdown()- Specified by:
onShutdown
in classAbstractLifecycle
-