Example usage for org.apache.wicket.model ChainingModel subclass-usage

List of usage examples for org.apache.wicket.model ChainingModel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.model ChainingModel subclass-usage.

Usage

From source file org.cast.cwm.data.models.UserPeriodNamesModel.java

/**
 * Model that will display a User's Periods as a comma-separated list.
 * ChainingModel to a model of a user, so that model is detached when this one is.
 * If the user model is null or has a null object, this model will return null.
 *
 * @author bgoldowsky

From source file org.jabylon.rest.ui.model.EObjectPropertyModel.java

public class EObjectPropertyModel<T, P extends CDOObject> extends ChainingModel<T> {

    private static final long serialVersionUID = 1L;

    private String featureName;