Uses of Class
com.vaadin.flow.internal.ConstantPool
-
Packages that use ConstantPool Package Description com.vaadin.flow.component.internal com.vaadin.flow.internal com.vaadin.flow.internal.change -
-
Uses of ConstantPool in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return ConstantPool Modifier and Type Method Description ConstantPoolUIInternals. getConstantPool()Gets the constant pool that is used for keeping track of constants shared with the client for this UI. -
Uses of ConstantPool in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type ConstantPool Modifier and Type Method Description static elemental.json.JsonValueJsonCodec. encodeWithConstantPool(Object value, ConstantPool constantPool)Encodes a "primitive" value or a constant pool reference to JSON. -
Uses of ConstantPool in com.vaadin.flow.internal.change
Methods in com.vaadin.flow.internal.change with parameters of type ConstantPool Modifier and Type Method Description protected voidEmptyChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidListAddChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidListClearChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidListRemoveChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidMapPutChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidMapRemoveChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidNodeAttachChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected abstract voidNodeChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)Overridden by subclasses to populate a JSON object when serializing.protected voidNodeDetachChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)protected voidNodeFeatureChange. populateJson(elemental.json.JsonObject json, ConstantPool constantPool)elemental.json.JsonObjectNodeChange. toJson(ConstantPool constantPool)Serializes this change to JSON.
-