| Package | Description |
|---|---|
| com.vaadin.generator | |
| com.vaadin.generator.metadata |
| Modifier and Type | Method and Description |
|---|---|
static Set<List<ComponentType>> |
FunctionParameterVariantCombinator.generateVariants(ComponentFunctionData function)
Utility method for generating all possible combinations of allowed
parameters for ComponentFunctionData.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentFunctionData> |
ComponentMetadata.getMethods()
Gets the list of exposed methods of the webcomponent, that can be
called from the corresponding Java class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentMetadata.setMethods(List<ComponentFunctionData> methods)
Sets the list of exposed methods of the webcomponent, that can be
called from the corresponding Java class.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.