Summary

In this chapter, we saw how to build the wizard control, which has a configurable and extendable architecture.

The WizardControl acts as the base class for all application wizards and provides functionality to navigate through an array of WizardForm pages to present the appropriate display to the user. Both classes also work together seamlessly to ensure that user-selected values are consolidated and returned in a single String to the process that opened the wizard. The public-get primitive was discussed, specifically how it could be used instead of the {getter} and {setter} design patterns. Through the inheritance contained in the WizardControl, we saw how to make use of classes residing in other enterprise framework modules, along with ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.