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 SummaryFields Modifier and Type Field Description ComponentStructure[]childrenbooleanhasCustomMethodsbooleanhasExtensionFunctionsbooleanhasMessageHandlersjava.lang.Stringnamejava.lang.Stringpathjava.lang.String[]pipesjava.lang.Stringtype- 
Fields inherited from class com.inductiveautomation.perspective.designer.model.CommonStructurehasBindings, hasEvents, hasPropertyChangeScripts
 
- 
 - 
Constructor SummaryConstructors Constructor Description ComponentStructure()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsIgnoreChildStructureAndPipes(java.lang.Object obj)intgetChildCount()
 
- 
- 
- 
Field Detail- 
namepublic java.lang.String name 
 - 
typepublic java.lang.String type 
 - 
pathpublic java.lang.String path 
 - 
hasCustomMethodspublic boolean hasCustomMethods 
 - 
hasMessageHandlerspublic boolean hasMessageHandlers 
 - 
hasExtensionFunctionspublic boolean hasExtensionFunctions 
 - 
childrenpublic ComponentStructure[] children 
 - 
pipespublic java.lang.String[] pipes 
 
- 
 
-