Class ValidationDocumentNode
- java.lang.Object
-
- com.inductiveautomation.ignition.client.jsonedit.DocumentNode
-
- com.inductiveautomation.ignition.client.jsonedit.ValidationDocumentNode
-
public class ValidationDocumentNode extends DocumentNode
ValidationDocumentNode which extends DocumentNode, is used to transform the value of complex document nodes to it's acceptable validation form. i.e. transforming a dataset which is represented as a string in the json editor into a form that can be properly validated to be an actual dataset.
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.client.jsonedit.DocumentNode
change
-
-
Constructor Summary
Constructors Constructor Description ValidationDocumentNode(DocumentNode copy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.inductiveautomation.ignition.common.gson.JsonElement
toJson()
-
Methods inherited from class com.inductiveautomation.ignition.client.jsonedit.DocumentNode
addPropertyChangeListener, addPropertyChangeListener, appendChild, findChild, findNode, findSchema, getChildCount, getChildren, getDirtyKey, getDirtyKeyAsString, getDirtyPath, getKey, getKeyAsIndex, getKeyAsString, getModel, getParent, getPath, getQuality, getType, getValidationErrors, getValue, indexOf, insertChild, isArray, isNull, isObject, isObjectOrArray, isRoot, removeChild, removePropertyChangeListener, removePropertyChangeListener, reorderBySchema, replaceChildren, replaceChildren, repositionNode, setChild, setDirtyKey, setKey, setQuality, setType, setType, setValidationErrors, setValue, setValueDocument, setValueJson, toDocument, toString
-
-
-
-
Constructor Detail
-
ValidationDocumentNode
public ValidationDocumentNode(DocumentNode copy)
-
-
Method Detail
-
toJson
public com.inductiveautomation.ignition.common.gson.JsonElement toJson()
- Overrides:
toJson
in classDocumentNode
-
-