| Package | Description |
|---|---|
| com.vaadin.generator | |
| com.vaadin.generator.metadata | |
| com.vaadin.generator.registry |
| Class and Description |
|---|
| ComponentBasicType
Supported types that are read from the webcomponent and translated to Java
types.
|
| ComponentFunctionData
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
Represents a webcomponent's property / method parameter of type object.
|
| ComponentType
Marker interface for component types.
|
| Class and Description |
|---|
| ComponentBasicType
Supported types that are read from the webcomponent and translated to Java
types.
|
| 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.
|
| 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.
|
| ComponentType
Marker interface for component types.
|
| Class and Description |
|---|
| ComponentBasicType
Supported types that are read from the webcomponent and translated to Java
types.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.