Class DesignerPageParams
- java.lang.Object
 - 
- com.inductiveautomation.perspective.common.DesignerPageParams
 
 
- 
public class DesignerPageParams extends java.lang.ObjectParameters posted to designer page 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringprojectNameName of the project being loaded in the designerjava.lang.StringtabIdUnique ID for the view in a specific tab. 
- 
Constructor Summary
Constructors Constructor Description DesignerPageParams(java.lang.String projectName, java.lang.String tabId) 
 - 
 
- 
- 
Field Detail
- 
projectName
public java.lang.String projectName
Name of the project being loaded in the designer 
- 
tabId
public java.lang.String tabId
Unique ID for the view in a specific tab. The tabId is unique to a specific view resource, and used in place of the view's name in order to avoid having to track the view through name changes. 
 - 
 
 -