| Package | Description |
|---|---|
| com.vaadin.shared.data | |
| com.vaadin.shared.ui.checkbox | |
| com.vaadin.shared.ui.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRequestRpc.dropRows(elemental.json.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 |
UIServerRpc.poll() |
void |
UIServerRpc.resize(int viewWidth,
int viewHeight,
int windowWidth,
int windowHeight) |
void |
UIServerRpc.scroll(int scrollTop,
int scrollLeft) |
Copyright © 2017 Vaadin Ltd. All rights reserved.