| Package | Description |
|---|---|
| com.vaadin.shared.data | |
| com.vaadin.shared.ui.checkbox | |
| com.vaadin.shared.ui.datefield | |
| com.vaadin.shared.ui.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRequestRpc.dropRows(JsonArray rowKeys)
Informs the server that items have been dropped from the client cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckBoxServerRpc.setChecked(boolean checked,
MouseEventDetails mouseEventDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDateFieldServerRpc.updateValueWithDelay(String newDateString,
Map<String,Integer> resolutions)
Updates the typed data string and resolution names and values with
delayed rpc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIServerRpc.poll() |
void |
UIServerRpc.resize(int viewWidth,
int viewHeight,
int windowWidth,
int windowHeight) |
void |
UIServerRpc.scroll(int scrollTop,
int scrollLeft) |
Copyright © 2021 Vaadin Ltd. All rights reserved.