Class CockpitTestIDGenerator

  • All Implemented Interfaces:
    org.zkoss.zk.ui.sys.IdGenerator

    public class CockpitTestIDGenerator
    extends java.lang.Object
    implements org.zkoss.zk.ui.sys.IdGenerator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COCKPIT_TEST_ID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getContextAwareKeyIDString​(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Component parent)  
      protected java.lang.String getKeyIDString​(org.zkoss.zk.ui.Component comp)  
      protected java.lang.String getSclassHashIfPresent​(org.zkoss.zk.ui.Component comp)  
      java.lang.String nextComponentUuid​(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component component)  
      java.lang.String nextDesktopId​(org.zkoss.zk.ui.Desktop desktop)  
      java.lang.String nextPageUuid​(org.zkoss.zk.ui.Page page)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.zkoss.zk.ui.sys.IdGenerator

        nextComponentUuid
    • Field Detail

    • Constructor Detail

      • CockpitTestIDGenerator

        public CockpitTestIDGenerator()
    • Method Detail

      • getSclassHashIfPresent

        protected java.lang.String getSclassHashIfPresent​(org.zkoss.zk.ui.Component comp)
      • getKeyIDString

        protected java.lang.String getKeyIDString​(org.zkoss.zk.ui.Component comp)
      • getContextAwareKeyIDString

        protected java.lang.String getContextAwareKeyIDString​(org.zkoss.zk.ui.Component comp,
                                                              org.zkoss.zk.ui.Component parent)
      • nextComponentUuid

        public java.lang.String nextComponentUuid​(org.zkoss.zk.ui.Desktop desktop,
                                                  org.zkoss.zk.ui.Component component)
      • nextPageUuid

        public java.lang.String nextPageUuid​(org.zkoss.zk.ui.Page page)
        Specified by:
        nextPageUuid in interface org.zkoss.zk.ui.sys.IdGenerator
      • nextDesktopId

        public java.lang.String nextDesktopId​(org.zkoss.zk.ui.Desktop desktop)
        Specified by:
        nextDesktopId in interface org.zkoss.zk.ui.sys.IdGenerator