Uses of Interface
org.zkoss.zk.ui.sys.IdGenerator
-
Packages that use IdGenerator Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of IdGenerator in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement IdGenerator Modifier and Type Class Description classLegacyDesktopIdGeneratorA legacy sequential desktop ID generator used in ZK before 9.6.0.classStaticIdGeneratorUse this generator will generate fixed uuid for each component.Methods in org.zkoss.zk.ui.impl that return IdGenerator Modifier and Type Method Description IdGeneratorAbstractWebApp. getIdGenerator()Methods in org.zkoss.zk.ui.impl with parameters of type IdGenerator Modifier and Type Method Description voidAbstractWebApp. setIdGenerator(IdGenerator idgen) -
Uses of IdGenerator in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return IdGenerator Modifier and Type Method Description IdGeneratorWebAppCtrl. getIdGenerator()Returns the ID generator, or null if not available.Methods in org.zkoss.zk.ui.sys with parameters of type IdGenerator Modifier and Type Method Description voidWebAppCtrl. setIdGenerator(IdGenerator generator)Sets the ID generator for this Web application.
-