Class FormModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.perspective.gateway.components.FormModelDelegate
- All Implemented Interfaces:
Lifecycle
-
Nested Class Summary
Nested 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 `onChange` actions when there are files attached to this event.static 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 `onSubmitActionPerformed` actions when there are files attached to this event. -
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidvoidvoidsetCustomValidity(org.python.core.PyObject[] pyArgs, String[] keywords) voidMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
fireEvent, getScriptCallableMethods, handleEventMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
Field Details
-
ID
- See Also:
-
CHANGE_EVENT_NAME
- See Also:
-
SUBMIT_ACTION_EVENT_NAME
- See Also:
-
-
Constructor Details
-
FormModelDelegate
-
-
Method Details
-
setCustomValidity
-
reset
-
submit
-
onStartup
protected void onStartup()- Specified by:
onStartupin classAbstractLifecycle
-
onShutdown
protected void onShutdown()- Specified by:
onShutdownin classAbstractLifecycle
-