Package de.hybris.platform.cockpit.util
Class CockpitTestIDGenerator
java.lang.Object
de.hybris.platform.cockpit.util.CockpitTestIDGenerator
- All Implemented Interfaces:
org.zkoss.zk.ui.sys.IdGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetContextAwareKeyIDString(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Component parent) protected StringgetKeyIDString(org.zkoss.zk.ui.Component comp) protected StringgetSclassHashIfPresent(org.zkoss.zk.ui.Component comp) nextComponentUuid(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component component) nextDesktopId(org.zkoss.zk.ui.Desktop desktop) nextPageUuid(org.zkoss.zk.ui.Page page) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zk.ui.sys.IdGenerator
nextComponentUuid
-
Field Details
-
COCKPIT_TEST_ID
- See Also:
-
-
Constructor Details
-
CockpitTestIDGenerator
public CockpitTestIDGenerator()
-
-
Method Details
-
getSclassHashIfPresent
-
getKeyIDString
-
getContextAwareKeyIDString
protected String getContextAwareKeyIDString(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Component parent) -
nextComponentUuid
public String nextComponentUuid(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component component) -
nextPageUuid
- Specified by:
nextPageUuidin interfaceorg.zkoss.zk.ui.sys.IdGenerator
-
nextDesktopId
- Specified by:
nextDesktopIdin interfaceorg.zkoss.zk.ui.sys.IdGenerator
-