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 Summary
Fields 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.CommonStructure
hasBindings, hasEvents, hasPropertyChangeScripts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ComponentStructure() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsIgnoreChildStructureAndPipes(java.lang.Object obj)intgetChildCount() 
 - 
 
- 
- 
Field Detail
- 
name
public java.lang.String name
 
- 
type
public java.lang.String type
 
- 
path
public java.lang.String path
 
- 
hasCustomMethods
public boolean hasCustomMethods
 
- 
hasMessageHandlers
public boolean hasMessageHandlers
 
- 
hasExtensionFunctions
public boolean hasExtensionFunctions
 
- 
children
public ComponentStructure[] children
 
- 
pipes
public java.lang.String[] pipes
 
 - 
 
 -