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

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

Introduction

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

Usage

From source file com.github.ilmoeuro.hackmikkeli2016.ui.HmModel.java

public class HmModel<T extends Refreshable> extends CompoundPropertyModel<T> {
    private static final long serialVersionUID = 0l;

    private boolean dirty;

    public HmModel(T model) {

From source file fi.ilmoeuro.membertrack.ui.MtModel.java

public class MtModel<T extends Refreshable> extends CompoundPropertyModel<T> {
    private static final long serialVersionUID = 0l;

    private boolean dirty;

    public MtModel(@NonNull T model) {

From source file org.sakaiproject.scorm.ui.console.components.TypeAwareCompoundPropertyModel.java

public class TypeAwareCompoundPropertyModel extends CompoundPropertyModel {

    private static final long serialVersionUID = 1L;

    private SimpleDateFormat dateFormat;

From source file org.wicketstuff.security.models.SecureCompoundPropertyModel.java

/**
 * A secure {@link CompoundPropertyModel}. Please note that this model does not enforce a security
 * on get or setObject as this is left to Wicket. Please provide an override on the inner class
 * {@link AttachedSecureCompoundPropertyModel} if you wish to do so
 * 
 * <pre>