Uses of Interface
org.apache.wicket.extensions.wizard.WizardModel.ICondition
Packages that use WizardModel.ICondition
-
Uses of WizardModel.ICondition in org.apache.wicket.extensions.wizard
Fields in org.apache.wicket.extensions.wizard declared as WizardModel.IConditionModifier and TypeFieldDescriptionstatic final WizardModel.IConditionWizardModel.TRUECondition that always evaluates true.Methods in org.apache.wicket.extensions.wizard that return types with arguments of type WizardModel.IConditionMethods in org.apache.wicket.extensions.wizard with parameters of type WizardModel.IConditionModifier and TypeMethodDescriptionvoidWizardModel.add(IWizardStep step, WizardModel.ICondition condition) Adds an optional step to the model.