| Interface | Description |
|---|---|
| ComponentType |
Marker interface for component types.
|
| Class | Description |
|---|---|
| ComponentEventData |
Represents an event the webcomponent can trigger.
|
| ComponentFunctionData |
Represents a exposed function of the webcomponent, that can be called on the
server-side by the corresponding Java class.
|
| ComponentFunctionParameterData |
Represents a parameter of a exposed function of the webcomponent.
|
| ComponentMetadata |
Base class of the representation of a webcomponent for the code generator.
|
| ComponentObjectType |
Represents a webcomponent's property / method parameter of type object.
|
| ComponentObjectType.ComponentObjectTypeInnerType |
Holds the list of actual types in a ComponentObjectType.
|
| ComponentPropertyBaseData |
Base class of properties exposed by the webcomponent, that can be properties
themselves, event properties or function parameters.
|
| ComponentPropertyData |
Represents a property exposed by the webcomponent.
|
| Enum | Description |
|---|---|
| ComponentBasicType |
Supported types that are read from the webcomponent and translated to Java
types.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.