Class ViewStructure
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.model.CommonStructure
-
- com.inductiveautomation.perspective.designer.model.ViewStructure
-
public class ViewStructure extends CommonStructure
Created by carlg on 6/13/2017.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hasPermissions
java.lang.String
mountPath
java.lang.String
resourcePath
ComponentStructure
root
-
Fields inherited from class com.inductiveautomation.perspective.designer.model.CommonStructure
hasBindings, hasEvents, hasPropertyChangeScripts
-
-
Constructor Summary
Constructors Constructor Description ViewStructure()
-
-
-
Field Detail
-
resourcePath
public java.lang.String resourcePath
-
mountPath
public java.lang.String mountPath
-
hasPermissions
public boolean hasPermissions
-
root
public ComponentStructure root
-
-