Actions
Bug #3441
closedNext button is not disabled on last page when isNextEnabledInitially is true
Start date:
07/09/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3441
Description
The WizardFrame class needs to know when it's on the last page and not allow the next button to be enabled when it is, even if that page reports that next should be enabled initially. The same is true for the first page and the previous button.
Updated by Ryan McFall over 16 years ago
Fixed by adding the isFirstPage and isLastPage methods to the WizardController interface, and implementing these methods in the implementations of WizardController. WizardFrame's addCurrentPanel was also modified to make use of this information.
Actions