| Package | Description |
|---|---|
| com.vaadin.generator.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentFunctionParameterData
Represents a parameter of a exposed function of the webcomponent.
|
class |
ComponentPropertyData
Represents a property exposed by the webcomponent.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentPropertyBaseData> |
ComponentEventData.getProperties()
Gets the list of properties that are part of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentEventData.setProperties(List<ComponentPropertyBaseData> properties)
Sets the list of properties that are part of the event.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.