public interface ConfigurableFieldHandler<T> extends FieldHandler<T>
FieldHandler
that can be configured with any kind of data. It's the responsibility
of the implementing class to do something useful with the configuration data.FieldHandler
Modifier and Type | Method and Description |
---|---|
void |
setConfiguration(Properties config)
Set the configuration data.
|
checkValidity, getValue, newInstance, resetValue, setValue
void setConfiguration(Properties config) throws ValidityException
config
- the configuration data.ValidityException
- if config is invalid for this FieldHandler.Copyright © 2018. All rights reserved.