| Builds an editor that copies data from the domain back and forth.
This approach is known as the "copying" approach or "push/pull".
The event handling used to enable and disable the composer text field
is invoked by a ChangeListener that hooks into the classical check box.
Note that this lacks the domain logic, where the composer is set to
null if the classical property is set to false.
This logic is deferred until the component values are written to the
edited Album via #updateModel when OK is pressed.
author: Karsten Lentzsch version: $Revision: 1.14 $ |