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 TypeMethodDescriptionint
compareTo
(@NotNull FormSubmissionHandler other) boolean
boolean
getName()
int
hashCode()
void
setEnabled
(boolean en) void
com.inductiveautomation.ignition.common.gson.JsonObject
toJson()
toString()
-
Constructor Details
-
FormSubmissionHandler
public FormSubmissionHandler() -
FormSubmissionHandler
-
FormSubmissionHandler
public FormSubmissionHandler(com.inductiveautomation.ignition.common.gson.JsonObject rawJson)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in 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()
-