public interface HasUserOriginated extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isUserOriginated()
Returns whether this event was triggered by user interaction, on the
client side, or programmatically, on the server side.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.