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). 
org.zkoss.zkex.ui.comet ZK comet implementation. 
 

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

Classes in org.zkoss.zk.ui.impl that implement ServerPush
 class PollingServerPush
          A server-push implementation that is based on client-polling.
 

Methods in org.zkoss.zk.ui.impl that return ServerPush
 ServerPush DesktopImpl.getServerPush()
           
 ServerPush AbstractUiFactory.newServerPush(Desktop desktop, java.lang.Class klass)
          Instantiates a server push of the given class.
 

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.
 ServerPush UiFactory.newServerPush(Desktop desktop, java.lang.Class klass)
          Creates and initializes the server push of the given class and desktop.
 

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.
 

Uses of ServerPush in org.zkoss.zkex.ui.comet
 

Classes in org.zkoss.zkex.ui.comet that implement ServerPush
 class CometServerPush
          A server-push implementation that is based on comet.
 



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