public class ComponentPropertyBaseData extends Object
ComponentMetadata| Constructor and Description |
|---|
ComponentPropertyBaseData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the public description of the function parameter, that can be used
to generate the corresponding Javadoc at the Java class.
|
String |
getName()
Gets the name of the property.
|
List<ComponentObjectType> |
getObjectType()
Gets the object type properties.
|
Set<ComponentBasicType> |
getType()
Gets the type of the property, or if property allows varying types, a
list of those.
|
void |
setDescription(String description)
Sets the public description of the function parameter, that can be used
to generate the corresponding Javadoc at the Java class.
|
void |
setName(String name)
Sets the name of the property.
|
void |
setObjectType(List<ComponentObjectType> objectType)
Sets the object type properties.
|
void |
setType(Set<ComponentBasicType> type)
Sets the type of the property, or if property allows varying types, a
list of those.
|
public List<ComponentObjectType> getObjectType()
public void setObjectType(List<ComponentObjectType> objectType)
objectType - thepublic String getName()
public void setName(String name)
name - The name of the property.public Set<ComponentBasicType> getType()
public void setType(Set<ComponentBasicType> type)
type - The type of the property in a list or a list of allowed typespublic String getDescription()
public void setDescription(String description)
description - The function parameter description.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.