public class UidlWriter extends Object implements Serializable
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.
|
public 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 © 2018. All rights reserved.