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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classThis is the event object for the route to post to the page's gauva event bus, to get picked up by this delegate.static classThis is the event object that will be passed to the `onFileReceived` actions.
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEventMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
- 
Field Details- 
ID- See Also:
 
- 
EVENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
FileUploadModelDelegate
 
- 
- 
Method Details- 
clearUploadspublic void clearUploads()
- 
onStartuppublic void onStartup()- Specified by:
- onStartupin class- AbstractLifecycle
 
- 
onShutdownpublic void onShutdown()- Specified by:
- onShutdownin class- AbstractLifecycle
 
 
-