Class DesignerPageParams
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.DesignerPageParams
 
- 
 public class DesignerPageParams extends java.lang.ObjectParameters posted to designer page
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description DesignerPageParams(java.lang.String projectName, java.lang.String tabId)
 
- 
- 
- 
Field Detail- 
projectNamepublic java.lang.String projectName Name of the project being loaded in the designer
 - 
tabIdpublic 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.
 
- 
 
-