Uses of Interface
org.zkoss.zk.ui.sys.ServerPush
-
Packages that use ServerPush Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of ServerPush in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement ServerPush Modifier and Type Class Description classPollingServerPushA server-push implementation that is based on client-polling.Methods in org.zkoss.zk.ui.impl that return ServerPush Modifier and Type Method Description ServerPushDesktopImpl. getServerPush()ServerPushAbstractUiFactory. 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 Modifier and Type Method Description booleanDesktopImpl. enableServerPush(ServerPush serverpush) -
Uses of ServerPush in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return ServerPush Modifier and Type Method Description ServerPushDesktopCtrl. getServerPush()Returns the server-push controller, or null if it is not enabled yet.ServerPushUiFactory. 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 Modifier and Type Method Description booleanDesktopCtrl. enableServerPush(ServerPush serverpush)Enables the server-push feature with the specified server-push controller.
-