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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This is the event object for the route to post to the page's gauva event bus, to get picked up by this delegate.static class
This is the event object that will be passed to the `onSignatureSubmitted` actions. -
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
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 Details
-
EVENT_NAME
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
SignaturePadModelDelegate
-
-
Method Details
-
clearSignature
public void clearSignature() -
submitSignature
public void submitSignature() -
onSignatureSubmitted
-
onStartup
public void onStartup()- Specified by:
onStartup
in classAbstractLifecycle
-
onShutdown
public void onShutdown()- Specified by:
onShutdown
in classAbstractLifecycle
-