Class ReportViewerModelDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
- 
- com.inductiveautomation.reporting.gateway.perspective.ReportViewerModelDelegate
 
 
 
- 
 public class ReportViewerModelDelegate extends ComponentModelDelegate 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classReportViewerModelDelegate.ReportDownloadListenerSimple class used to provide a callback in the ReportFetch class to trigger the "download complete" event once a download has completed.static classReportViewerModelDelegate.ReportExecutionRequeststatic classReportViewerModelDelegate.ReportUpdatedEventThis is the event object that will sent through the event bus to generate a "refresh" event here in the delegate.
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReportViewerModelDelegate(Component component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(EventFiredMsg message)A event hook for the delegate.protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ReportViewerModelDelegatepublic ReportViewerModelDelegate(Component component) 
 
- 
 - 
Method Detail- 
onStartupprotected void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownprotected void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 - 
handleEventpublic void handleEvent(EventFiredMsg message) 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 class- ComponentModelDelegate
- Parameters:
- message-- EventFiredMsgAn event fired message.
 
 
- 
 
-