public interface ClonableFieldHandler extends FieldHandler
FieldHandler
that allows shallow/deep cloning of its state.since 1.3.2
Modifier and Type | Method and Description |
---|---|
FieldHandler |
copyInstance(FieldHandler fieldHandler)
Entry point for shallow/deep 'cloning' of FieldHandler instances.
|
checkValidity, getValue, newInstance, resetValue, setValue
FieldHandler copyInstance(FieldHandler fieldHandler)
fieldHandler
- the FieldHandler
to 'clone'.FieldHandler
instance.Copyright © 2016. All rights reserved.