| Package | Description |
|---|---|
| com.vaadin.shared.data | |
| elemental.json | |
| elemental.json.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRequestRpc.dropRows(JsonArray rowKeys)
Informs the server that items have been dropped from the client cache.
|
void |
DataCommunicatorClientRpc.setData(int firstIndex,
JsonArray data)
Sets the data of the client-side DataSource to match the given data
starting from given index.
|
void |
DataProviderRpc.setRowData(int firstRowIndex,
JsonArray rowDataJson)
Sends updated row data to a client.
|
void |
DataCommunicatorClientRpc.updateData(JsonArray data)
Updates an array of objects based on their identifying key.
|
void |
DataProviderRpc.updateRowData(JsonArray rowArray)
Informs the client that rows have been updated.
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonFactory.createArray()
Create an empty JsonArray.
|
static JsonArray |
Json.createArray() |
JsonArray |
JsonArray.getArray(int index)
Return the ith element of the array (uncoerced) as a JsonArray.
|
JsonArray |
JsonObject.getArray(String key)
Return the element (uncoerced) as a JsonArray.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JreJsonArray
Server-side implementation of JsonArray.
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JreJsonFactory.createArray() |
JsonArray |
JreJsonArray.getArray(int index) |
JsonArray |
JreJsonObject.getArray(String key) |
Copyright © 2021 Vaadin Ltd. All rights reserved.