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

Packages that use UiFactory
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
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 UiFactory in org.zkoss.zk.ui.http
 

Classes in org.zkoss.zk.ui.http that implement UiFactory
 class SerializableUiFactory
          The serializable implementation of UiFactory.
 class SimpleUiFactory
          The default implementation of UiFactory.
 

Methods in org.zkoss.zk.ui.http with parameters of type UiFactory
static Page WebManager.newPage(UiFactory uf, RequestInfo ri, PageDefinition pagedef, javax.servlet.ServletResponse response, java.lang.String path)
          Creates a page.
static Page WebManager.newPage(UiFactory uf, RequestInfo ri, Richlet richlet, javax.servlet.ServletResponse response, java.lang.String path)
          Creates a page.
 

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

Classes in org.zkoss.zk.ui.impl that implement UiFactory
 class AbstractUiFactory
          The skeletal implementation of UiFactory.
 

Methods in org.zkoss.zk.ui.impl that return UiFactory
 UiFactory AbstractWebApp.getUiFactory()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type UiFactory
 void AbstractWebApp.setUiFactory(UiFactory factory)
           
 

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

Methods in org.zkoss.zk.ui.sys that return UiFactory
 UiFactory WebAppCtrl.getUiFactory()
          Returns the UI factory for this Web application (never null).
 

Methods in org.zkoss.zk.ui.sys with parameters of type UiFactory
 void WebAppCtrl.setUiFactory(UiFactory factory)
          Sets the UI factory for this Web application.
 



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