Class 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  
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • 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