Example usage for org.apache.wicket.extensions.wizard WizardModel.ICondition interface-usage

List of usage examples for org.apache.wicket.extensions.wizard WizardModel.ICondition interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.wizard WizardModel.ICondition interface-usage.

Usage

From source file org.apache.syncope.client.console.wizards.any.Ownership.java

public class Ownership extends WizardStep implements WizardModel.ICondition {

    private static final long serialVersionUID = 855618618337931784L;

    private final Pattern owner = Pattern.compile("\\[\\(\\d+\\)\\] .*");

From source file org.apache.syncope.client.console.wizards.any.Resources.java

public class Resources extends WizardStep implements WizardModel.ICondition {

    private static final long serialVersionUID = 552437609667518888L;

    private final ListModel<String> available;

From source file org.apache.syncope.client.console.wizards.resources.AbstractConnConfPanel.java

public abstract class AbstractConnConfPanel<T extends AbstractBaseBean> extends WizardStep
        implements WizardModel.ICondition {

    private static final long serialVersionUID = -2025535531121434050L;

    protected LoadableDetachableModel<List<ConnConfProperty>> model;