| Package | Description |
|---|---|
| org.fujion.client | |
| org.fujion.component | |
| org.fujion.websocket |
| Modifier and Type | Method and Description |
|---|---|
Synchronizer |
Synchronizer.createWidget(BaseComponent parent,
OptionMap props,
OptionMap state)
Creates and sends a client invocation to create a widget.
|
Synchronizer |
Synchronizer.invokeClient(IElementIdentifier component,
String function,
IResponseCallback<?> callback,
Object... args)
Creates and sends a client invocation to invoke a specified function on a component.
|
Synchronizer |
Synchronizer.invokeClient(IElementIdentifier component,
String function,
Object... args)
Creates and sends a client invocation to invoke a specified function on a component.
|
Synchronizer |
Synchronizer.processQueue(ClientInvocationQueue queue)
Process queued client invocations.
|
Synchronizer |
Synchronizer.sendToClient(ClientInvocation invocation)
Sends (or queues) a client invocation.
|
Synchronizer |
Synchronizer.sendToClient(Collection<ClientInvocation> invocations)
Sends (or queues) multiple client invocations.
|
| Modifier and Type | Method and Description |
|---|---|
Synchronizer |
Page.getSynchronizer()
Returns the synchronizer for this page.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Page._init(Page page,
ClientRequest request,
Synchronizer synchronizer)
Performs final initialization of a newly created page.
|
| Modifier and Type | Method and Description |
|---|---|
Synchronizer |
Session.getSynchronizer()
Returns the synchronizer associated with the session.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.