Class TemplateCanvas.LoadSpec
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.components.TemplateCanvas.LoadSpec
-
- Enclosing class:
- TemplateCanvas
public static class TemplateCanvas.LoadSpec extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Integer
h
java.lang.String
layout
java.lang.String
name
com.inductiveautomation.ignition.common.gson.JsonObject
params
java.lang.String
templatePath
java.lang.Integer
w
java.lang.Integer
x
java.lang.Integer
y
java.lang.Integer
zIndex
-
Constructor Summary
Constructors Constructor Description LoadSpec(Dataset dataset, int row, TemplateManager manager, LoggerEx log)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
hasColumn(Dataset dataset, java.lang.String colName)
boolean
isValid()
Valid means that we found a template resource for the template path
-
-
-
Field Detail
-
name
public final java.lang.String name
-
templatePath
public final java.lang.String templatePath
-
params
public final com.inductiveautomation.ignition.common.gson.JsonObject params
-
zIndex
public final java.lang.Integer zIndex
-
layout
public java.lang.String layout
-
x
public java.lang.Integer x
-
y
public java.lang.Integer y
-
w
public java.lang.Integer w
-
h
public java.lang.Integer h
-
-
Constructor Detail
-
LoadSpec
public LoadSpec(Dataset dataset, int row, TemplateManager manager, LoggerEx log)
-
-
Method Detail
-
hasColumn
public static boolean hasColumn(Dataset dataset, java.lang.String colName)
-
isValid
public boolean isValid()
Valid means that we found a template resource for the template path
-
-