Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.internal | |
com.vaadin.flow.internal.change |
Modifier and Type | Method and Description |
---|---|
ConstantPool |
UIInternals.getConstantPool()
Gets the constant pool that is used for keeping track of constants shared
with the client for this UI.
|
Modifier and Type | Method and Description |
---|---|
static elemental.json.JsonValue |
JsonCodec.encodeWithConstantPool(Object value,
ConstantPool constantPool)
Encodes a "primitive" value or a constant pool reference to JSON.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NodeFeatureChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
NodeDetachChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected abstract void |
NodeChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool)
Overridden by subclasses to populate a JSON object when serializing.
|
protected void |
NodeAttachChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
MapRemoveChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
MapPutChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
ListRemoveChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
ListClearChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
ListAddChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
protected void |
EmptyChange.populateJson(elemental.json.JsonObject json,
ConstantPool constantPool) |
elemental.json.JsonObject |
NodeChange.toJson(ConstantPool constantPool)
Serializes this change to JSON.
|
Copyright © 2020. All rights reserved.