public class ComponentFunctionParameterData extends ComponentPropertyBaseData
ComponentMetadata| Constructor and Description |
|---|
ComponentFunctionParameterData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOptional()
Gets whether the parameter is optional or not when calling the function.
|
void |
setOptional(boolean optional)
Sets whether the parameter is optional or not when calling the function.
|
getDescription, getName, getObjectType, getType, setDescription, setName, setObjectType, setTypepublic boolean isOptional()
true if the parameter is optional,
false otherwise.public void setOptional(boolean optional)
optional - true if the parameter is optional,
false otherwise.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.