wicket.extensions.wizard
Interface WizardModel.ICondition

All Superinterfaces:
java.io.Serializable
Enclosing class:
WizardModel

public static interface WizardModel.ICondition
extends java.io.Serializable

Interface for conditional displaying of wizard steps.


Method Summary
 boolean evaluate()
          Evaluates the current state and returns whether the step that is coupled to this condition is available.
 

Method Detail

evaluate

boolean evaluate()
Evaluates the current state and returns whether the step that is coupled to this condition is available.

Returns:
True if the step this condition is coupled to is available, false otherwise


Copyright © 2004-2008 Wicket developers. All Rights Reserved.