Class DesignerPageParams


  • public class DesignerPageParams
    extends java.lang.Object
    Parameters posted to designer page
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String projectName
      Name of the project being loaded in the designer
      java.lang.String tabId
      Unique ID for the view in a specific tab.
    • Constructor Summary

      Constructors 
      Constructor Description
      DesignerPageParams​(java.lang.String projectName, java.lang.String tabId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • DesignerPageParams

        public DesignerPageParams​(java.lang.String projectName,
                                  java.lang.String tabId)