public class LegacyUidlWriter extends Object implements Serializable
| Constructor and Description |
|---|
LegacyUidlWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(UI ui,
Writer writer,
PaintTarget target)
Writes a JSON array containing the changes of all dirty
LegacyComponents in the given UI. |
public void write(UI ui, Writer writer, PaintTarget target) throws IOException
LegacyComponents in the given UI.ui - The UI whose legacy changes to writewriter - The Writer to write the JSON withtarget - The PaintTarget to useIOException - If the serialization fails.Copyright © 2018 Vaadin Ltd. All rights reserved.