public interface UIServerRpc extends ClickRpc, ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge() |
void |
poll() |
void |
resize(int viewWidth,
int viewHeight,
int windowWidth,
int windowHeight) |
void |
scroll(int scrollTop,
int scrollLeft) |
@Delayed(lastOnly=true) void resize(int viewWidth, int viewHeight, int windowWidth, int windowHeight)
@NoLoadingIndicator @Delayed(lastOnly=true) void poll()
@NoLoadingIndicator void acknowledge()
Copyright © 2016 Vaadin Ltd. All rights reserved.