public class MetadataWriter extends Object implements Serializable
For internal use only. May be renamed or removed in a future release.
Constructor and Description |
---|
MetadataWriter() |
Modifier and Type | Method and Description |
---|---|
elemental.json.JsonObject |
createMetadata(UI ui,
boolean repaintAll,
boolean async,
SystemMessages messages)
Creates a JSON object containing metadata related to the given UI.
|
public elemental.json.JsonObject createMetadata(UI ui, boolean repaintAll, boolean async, SystemMessages messages)
ui
- The UI whose metadata to write.repaintAll
- Whether the client should repaint everything.async
- True if this message is sent by the server asynchronously,
false if it is a response to a client message.messages
- a SystemMessages
containing client-side error
messages.Copyright © 2025. All rights reserved.