public static interface ViewConfiguration.ViewParameterDefinition extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Get optional parameter default value
|
Field |
getField()
Get the view class field bound to this parameter definition
|
String |
getName()
Get the parameter name
|
Method |
getReadMethod()
View parameter field read method, if any
|
Class<?> |
getType()
Get the parameter value type
|
Method |
getWriteMethod()
View parameter field write method, if any
|
boolean |
isRequired()
Get whether the parameter is required
|
String getName()
Class<?> getType()
boolean isRequired()
true if parameter is required, false otherwiseObject getDefaultValue()
null if not definedField getField()
Method getReadMethod()
null if not availableMethod getWriteMethod()
null if not availableCopyright © 2019 The Holon Platform. All rights reserved.