| org.itsnat.core.SyncMode
Field Summary | |
int | ASYNC Indicates that AJAX events are sent asynchronously. | int | ASYNC_HOLD Indicates that AJAX events are sent asynchronously but new events are queued
(a FIFO list) until the current event sent to server returns. | int | SYNC Indicates that AJAX events are sent synchronously, the client is locked
until the current event sent to server returns. |
ASYNC | int ASYNC(Code) | | Indicates that AJAX events are sent asynchronously.
|
ASYNC_HOLD | int ASYNC_HOLD(Code) | | Indicates that AJAX events are sent asynchronously but new events are queued
(a FIFO list) until the current event sent to server returns.
|
SYNC | int SYNC(Code) | | Indicates that AJAX events are sent synchronously, the client is locked
until the current event sent to server returns.
|
|
|