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

Packages that use UiEngine
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 UiEngine in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement UiEngine
 class UiEngineImpl
          An implementation of UiEngine to create and update components.
 

Methods in org.zkoss.zk.ui.impl that return UiEngine
 UiEngine AbstractWebApp.getUiEngine()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type UiEngine
 void AbstractWebApp.setUiEngine(UiEngine engine)
           
 

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

Methods in org.zkoss.zk.ui.sys that return UiEngine
 UiEngine WebAppCtrl.getUiEngine()
          Returns the UI engine for this Web application (never null).
 

Methods in org.zkoss.zk.ui.sys with parameters of type UiEngine
 void WebAppCtrl.setUiEngine(UiEngine engine)
          Sets the UI engine for this Web application.
 



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