Class PdfViewerModelDelegate
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
 - 
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
 - 
- com.inductiveautomation.perspective.gateway.components.PdfViewerModelDelegate
 
 
 
 
- 
public class PdfViewerModelDelegate extends ComponentModelDelegate
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PdfViewerModelDelegate(Component component) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()voidreload()- 
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 Detail
- 
ID
public static final java.lang.String ID
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
PdfViewerModelDelegate
public PdfViewerModelDelegate(Component component)
 
 - 
 
- 
Method Detail
- 
reload
public void reload()
 
- 
onStartup
protected void onStartup()
- Specified by:
 onStartupin classAbstractLifecycle
 
- 
onShutdown
protected void onShutdown()
- Specified by:
 onShutdownin classAbstractLifecycle
 
 - 
 
 -