Class SignaturePadModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.perspective.gateway.components.SignaturePadModelDelegate
- 
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 `onSignatureSubmitted` actions.
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEventMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
- 
Field Details- 
EVENT_NAME- See Also:
 
- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
SignaturePadModelDelegate
 
- 
- 
Method Details- 
clearSignaturepublic void clearSignature()
- 
submitSignaturepublic void submitSignature()
- 
onSignatureSubmitted
- 
onStartuppublic void onStartup()- Specified by:
- onStartupin class- AbstractLifecycle
 
- 
onShutdownpublic void onShutdown()- Specified by:
- onShutdownin class- AbstractLifecycle
 
 
-