Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
PollingServerPush
A server-push implementation that is based on client-polling.
|
Modifier and Type | Method and Description |
---|---|
ServerPush |
DesktopImpl.getServerPush() |
ServerPush |
AbstractUiFactory.newServerPush(Desktop desktop,
Class klass)
Instantiates a server push of the given class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DesktopImpl.enableServerPush(ServerPush serverpush) |
Modifier and Type | Method and Description |
---|---|
ServerPush |
DesktopCtrl.getServerPush()
Returns the server-push controller, or null if it is not enabled
yet.
|
ServerPush |
UiFactory.newServerPush(Desktop desktop,
Class klass)
Creates and initializes the server push of the given class and desktop.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DesktopCtrl.enableServerPush(ServerPush serverpush)
Enables the server-push feature with the specified server-push
controller.
|
Copyright © 2017. All rights reserved.