Class FormSubmissionHandler
java.lang.Object
com.inductiveautomation.perspective.common.config.FormSubmissionHandler
- All Implemented Interfaces:
Comparable<FormSubmissionHandler>
The class used behind the data model for the "Form Submission Event"
and "Offline Form Submission Event". Provides data structure and getters/setters.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFormSubmissionHandler(com.inductiveautomation.ignition.common.gson.JsonObject rawJson) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull FormSubmissionHandler other) booleanbooleangetName()inthashCode()voidsetEnabled(boolean en) voidcom.inductiveautomation.ignition.common.gson.JsonObjecttoJson()toString()
-
Constructor Details
-
FormSubmissionHandler
public FormSubmissionHandler() -
FormSubmissionHandler
-
FormSubmissionHandler
public FormSubmissionHandler(com.inductiveautomation.ignition.common.gson.JsonObject rawJson)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<FormSubmissionHandler>
-
hashCode
public int hashCode() -
equals
-
toString
-
getName
-
setName
-
setEnabled
public void setEnabled(boolean en) -
getEnabled
public boolean getEnabled() -
toJson
public com.inductiveautomation.ignition.common.gson.JsonObject toJson()
-