public class UidlWriter extends Object implements Serializable
Constructor and Description |
---|
UidlWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(UI ui,
Writer writer,
boolean async)
Writes a JSON object containing all pending changes to the given UI.
|
public void write(UI ui, Writer writer, boolean async) throws IOException
ui
- The UI
whose changes to writewriter
- The writer to useanalyzeLayouts
- Whether detected layout problems should be logged.async
- True if this message is sent by the server asynchronously,
false if it is a response to a client message.IOException
- If the writing fails.Copyright © 2021 Vaadin Ltd. All rights reserved.