| Package | Description |
|---|---|
| com.vaadin.generator | |
| com.vaadin.generator.metadata |
| Class and Description |
|---|
| ComponentBasicType
Enum with all the supported types that are read from the webcomponent and
translated to Java types.
|
| ComponentFunctionData
Class that represents a exposed function of the webcomponent, that can be
called on the server-side by the corresponding Java class.
|
| 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.
|
| ComponentType
Marker interface for component types.
|
| Class and Description |
|---|
| ComponentBasicType
Enum with all the supported types that are read from the webcomponent and
translated to Java types.
|
| 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.
|
| 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.
|
| ComponentType
Marker interface for component types.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.