Uses of Interface
org.apache.wicket.extensions.wizard.WizardModel.ICondition

Packages that use WizardModel.ICondition
org.apache.wicket.extensions.wizard Package for working with Wizard components. 
 

Uses of WizardModel.ICondition in org.apache.wicket.extensions.wizard
 

Fields in org.apache.wicket.extensions.wizard declared as WizardModel.ICondition
static WizardModel.ICondition WizardModel.TRUE
          Condition that always evaluates true.
 

Methods in org.apache.wicket.extensions.wizard that return types with arguments of type WizardModel.ICondition
 List<WizardModel.ICondition> WizardModel.getConditions()
          Gets conditions.
 

Methods in org.apache.wicket.extensions.wizard with parameters of type WizardModel.ICondition
 void WizardModel.add(IWizardStep step, WizardModel.ICondition condition)
          Adds an optional step to the model.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.