Class ReportViewerModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.reporting.gateway.perspective.ReportViewerModelDelegate
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassSimple class used to provide a callback in the ReportFetch class to trigger the "download complete" event once a download has completed.static classstatic classThis is the event object that will sent through the event bus to generate a "refresh" event here in the delegate. - 
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(EventFiredMsg message) A event hook for the delegate.protected voidprotected voidMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
fireEvent, getScriptCallableMethodsMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ReportViewerModelDelegate
 
 - 
 - 
Method Details
- 
onStartup
protected void onStartup()- Specified by:
 onStartupin classAbstractLifecycle
 - 
onShutdown
protected void onShutdown()- Specified by:
 onShutdownin classAbstractLifecycle
 - 
handleEvent
Description copied from class:ComponentModelDelegateA event hook for the delegate. Invoked when a "model" event is fired over the websocket channel by the component's client side model delegate. Subclasses can choose if and how to handle incoming event messages.- Overrides:
 handleEventin classComponentModelDelegate- Parameters:
 message-EventFiredMsgAn event fired message.
 
 -