public class ComponentObjectType extends Object implements ComponentType
An example output from Analyzer for the type is:
{inputElement: (Element|undefined), value: (string|undefined), invalid: boolean}
ComponentPropertyBaseData,
ComponentFunctionParameterData| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentObjectType.ComponentObjectTypeInnerType
Holds the list of actual types in a ComponentObjectType.
|
| Constructor and Description |
|---|
ComponentObjectType() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentObjectType.ComponentObjectTypeInnerType> |
getInnerTypes()
Get the list of actual types contained in this ComponentObjectType.
|
void |
setInnerTypes(List<ComponentObjectType.ComponentObjectTypeInnerType> innerTypes)
Sets the list of actual types contained in this ComponentObjectType.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisBasicTypepublic List<ComponentObjectType.ComponentObjectTypeInnerType> getInnerTypes()
ComponentObjectType.ComponentObjectTypeInnerTypepublic void setInnerTypes(List<ComponentObjectType.ComponentObjectTypeInnerType> innerTypes)
innerTypes - the list of inner types to setComponentObjectType.ComponentObjectTypeInnerTypeCopyright © 2000–2019 Vaadin Ltd. All rights reserved.