Illustrating the Use of Subclasses with the DisplayAddressBook Form
The DisplayAddressBook form shows an instance of an AddressBook together with the addresses within it, using a master-detail configuration.
The form contains a grid pane to display the fields inherited from the base Address class and the details pane contains a separate pane per Address class. As before, the form configures itself dynamically to accommodate inbound addresses that are instances of Address or instances of a subclass thereof.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.