net.sf.doolin.gui.wizard.state
Class NextDisplayStateHandler
java.lang.Object
net.sf.doolin.gui.display.AbstractDisplayStateHandler
net.sf.doolin.gui.wizard.state.AbstractWizardDisplayStateHandler
net.sf.doolin.gui.wizard.state.NextDisplayStateHandler
- All Implemented Interfaces:
- DisplayStateHandler
public class NextDisplayStateHandler
- extends AbstractWizardDisplayStateHandler
DisplayStateHandler for the "Next" action.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NextDisplayStateHandler
public NextDisplayStateHandler()
getDisplayState
protected <B> DisplayState getDisplayState(WizardState<B> state,
ActionContext actionContext)
- Description copied from class:
AbstractWizardDisplayStateHandler
- Gets the
DisplayState according to the current
WizardState and the action context.
- Specified by:
getDisplayState in class AbstractWizardDisplayStateHandler
- Type Parameters:
B - Type of bean for the wizard- Parameters:
state - Current wizard stateactionContext - Wizard action context
- Returns:
- Display state
- See Also:
WizardState.canNext()
Copyright © 2011. All Rights Reserved.