Class ComponentStructure

java.lang.Object
com.inductiveautomation.perspective.designer.model.CommonStructure
com.inductiveautomation.perspective.designer.model.ComponentStructure

public class ComponentStructure extends CommonStructure
Created by carlg on 6/13/2017.
  • Field Details

    • name

      public String name
    • type

      public String type
    • path

      public String path
    • hasCustomMethods

      public boolean hasCustomMethods
    • hasMessageHandlers

      public boolean hasMessageHandlers
    • hasExtensionFunctions

      public boolean hasExtensionFunctions
    • children

      public ComponentStructure[] children
    • pipes

      public String[] pipes
  • Constructor Details

    • ComponentStructure

      public ComponentStructure()
  • Method Details

    • getChildCount

      public int getChildCount()
    • equalsIgnoreChildStructureAndPipes

      public boolean equalsIgnoreChildStructureAndPipes(@Nullable Object obj)