public interface ButtonServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
click(MouseEventDetails mouseEventDetails)
Button click event.
|
void |
disableOnClick()
Indicate to the server that the client has disabled the button as a
result of a click.
|
void click(MouseEventDetails mouseEventDetails)
mouseEventDetails - serialized mouse event detailsvoid disableOnClick()
Copyright © 2021 Vaadin Ltd. All rights reserved.