public class ComponentEventData extends Object
ComponentMetadata| Constructor and Description |
|---|
ComponentEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the public description of the event, that can be used to generate
the corresponding Javadoc at the Java class.
|
String |
getName()
Gets the name of the event, such as "click".
|
List<ComponentPropertyBaseData> |
getProperties()
Gets the list of properties that are part of the event.
|
void |
setDescription(String description)
Sets the public description of the event, that can be used to generate
the corresponding Javadoc at the Java class.
|
void |
setName(String name)
Sets the name of the event, such as "click".
|
void |
setProperties(List<ComponentPropertyBaseData> properties)
Sets the list of properties that are part of the event.
|
public String getName()
public void setName(String name)
name - The name of the event.public String getDescription()
public void setDescription(String description)
description - The event-level description.public List<ComponentPropertyBaseData> getProperties()
ComponentPropertyBaseData object.public void setProperties(List<ComponentPropertyBaseData> properties)
ComponentPropertyBaseData object.properties - The list of properties that are part of the event.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.