Package com.saperion.ngc.main.id
Class SimpleIdGenerator
java.lang.Object
com.saperion.ngc.main.id.SimpleIdGenerator
- All Implemented Interfaces:
org.zkoss.zk.ui.sys.IdGenerator
Created by IntelliJ IDEA.
User: jsc
Date: 21.03.12
Time: 10:16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextComponentUuid
(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.metainfo.ComponentInfo compInfo) nextDesktopId
(org.zkoss.zk.ui.Desktop desktop) nextPageUuid
(org.zkoss.zk.ui.Page page) static String
nextUuid
(org.zkoss.zk.ui.Desktop desktop) Returns the next component UUID.
-
Constructor Details
-
SimpleIdGenerator
public SimpleIdGenerator()
-
-
Method Details
-
nextDesktopId
- Specified by:
nextDesktopId
in interfaceorg.zkoss.zk.ui.sys.IdGenerator
- See Also:
-
IdGenerator.nextDesktopId(org.zkoss.zk.ui.Desktop)
-
nextComponentUuid
public String nextComponentUuid(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.metainfo.ComponentInfo compInfo) - Specified by:
nextComponentUuid
in interfaceorg.zkoss.zk.ui.sys.IdGenerator
-
nextPageUuid
- Specified by:
nextPageUuid
in interfaceorg.zkoss.zk.ui.sys.IdGenerator
- See Also:
-
IdGenerator.nextPageUuid(org.zkoss.zk.ui.Page)
-
nextUuid
Returns the next component UUID.- Parameters:
desktop
- The Desktop-instance to store the id counter in.- Returns:
- the next generated id.
-