public class UidlWriter extends Object implements Serializable
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Class and Description |
---|---|
static class |
UidlWriter.ResolveContext
Provides context information for the resolve operations.
|
Constructor and Description |
---|
UidlWriter() |
Modifier and Type | Method and Description |
---|---|
elemental.json.JsonObject |
createUidl(UI ui,
boolean async)
Creates a JSON object containing all pending changes to the given UI.
|
elemental.json.JsonObject |
createUidl(UI ui,
boolean async,
boolean resync)
Creates a JSON object containing all pending changes to the given UI.
|
public elemental.json.JsonObject createUidl(UI ui, boolean async, boolean resync)
ui
- The UI
whose changes to writeasync
- True if this message is sent by the server asynchronously,
false if it is a response to a client messageresync
- True iff the client should be asked to resynchronizepublic elemental.json.JsonObject createUidl(UI ui, boolean async)
ui
- The UI
whose changes to writeasync
- True if this message is sent by the server asynchronously,
false if it is a response to a client message.Copyright © 2025. All rights reserved.