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

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

Methods in org.zkoss.zk.ui.impl that return ServerPush
 ServerPush DesktopImpl.getServerPush()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type ServerPush
 boolean DesktopImpl.enableServerPush(ServerPush serverpush)
           
 

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

Methods in org.zkoss.zk.ui.sys that return ServerPush
 ServerPush DesktopCtrl.getServerPush()
          Returns the server-push controller, or null if it is not enabled yet.
 

Methods in org.zkoss.zk.ui.sys with parameters of type ServerPush
 boolean DesktopCtrl.enableServerPush(ServerPush serverpush)
          Enables the server-push feature with the specified server-push controller.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.