Side of Software
Wizard Library 1.6

sos.wizard
Interface DefaultWizardModel.Transition

All Known Implementing Classes:
DefaultWizardModel.TransitionAdapter
Enclosing interface:
DefaultWizardModel

public static interface DefaultWizardModel.Transition

An action to carry out when the wizard leaves or returns to a page. DefaultWizardModel associates a Transition object with each page. When the model gets advanced forward, the model invokes stepNext on the transition associated with the page being left behind. When the model gets advanced backward, the model invokes stepBack on the transition associated with the revisited page.

Since:
1.0

Method Summary
 void stepBack()
          Applies this transition as a result of returning to the page in the backward direction.
 void stepNext()
          Applies this transition as a result of leaving the page in the forward direction.
 

Method Detail

stepNext

public void stepNext()
Applies this transition as a result of leaving the page in the forward direction.


stepBack

public void stepBack()
Applies this transition as a result of returning to the page in the backward direction.


Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.