| Package | Description |
|---|---|
| com.vaadin.generator.metadata |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentEventData> |
ComponentMetadata.getEvents()
Gets the list of events triggered by the webcomponent, that can be
intercepted at the server side by the corresponding Java class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentMetadata.setEvents(List<ComponentEventData> events)
Sets the list of events triggered by the webcomponent, that can be
intercepted at the server side by the corresponding Java class.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.