public interface ExportValuesInterceptor extends Interceptor
ExportValuesInterceptor
is used to intercept Element.copy()
method
to implement the value export from the old element object to new created element object.
The DefaultExportValuesInterceptor
is the default implementation of expert value.
Modifier and Type | Method and Description |
---|---|
void |
exportValues(Element source,
Element target,
TDataBox box)
Invoked when exporting value from the old element object to new created element object.
|
void exportValues(Element source, Element target, TDataBox box)
source
- the original element to be copied from.target
- the target element to be copied to.box
- the data box connected with this event.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.