| Interface | Description |
|---|---|
| ComponentType |
Marker interface for component types.
|
| Class | Description |
|---|---|
| ComponentEventData |
Class that represents an event the webcomponent can trigger.
|
| ComponentFunctionData |
Class that represents a exposed function of the webcomponent, that can be
called on the server-side by the corresponding Java class.
|
| ComponentFunctionParameterData |
Class that represents a parameter of a exposed function of the webcomponent.
|
| ComponentMetadata |
Base class of the representation of a webcomponent for the code generator.
|
| ComponentObjectType |
Class that represents a webcomponent's property / method parameter of type object.
|
| ComponentObjectType.ComponentObjectTypeInnerType |
Class for holding 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 |
Class that represents a property exposed by the webcomponent.
|
| Enum | Description |
|---|---|
| ComponentBasicType |
Enum with all the supported types that are read from the webcomponent and
translated to Java types.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.