Uses of Interface
org.zkoss.zk.ui.sys.IdGenerator

Packages that use IdGenerator
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of IdGenerator in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement IdGenerator
 class StaticIdGenerator
          Use this generator will generate fixed uuid for each component.
 

Methods in org.zkoss.zk.ui.impl that return IdGenerator
 IdGenerator AbstractWebApp.getIdGenerator()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type IdGenerator
 void AbstractWebApp.setIdGenerator(IdGenerator idgen)
           
 

Uses of IdGenerator in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return IdGenerator
 IdGenerator WebAppCtrl.getIdGenerator()
          Returns the ID generator, or null if not available.
 

Methods in org.zkoss.zk.ui.sys with parameters of type IdGenerator
 void WebAppCtrl.setIdGenerator(IdGenerator generator)
          Sets the ID generator for this Web application.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo