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, setValuevoid setConfiguration(Properties config) throws ValidityException
config - the configuration data.ValidityException - if config is invalid for this FieldHandler.Copyright © 2016. All rights reserved.