Example usage for org.apache.wicket.model IModelComparator interface-usage

List of usage examples for org.apache.wicket.model IModelComparator interface-usage

Introduction

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

Usage

From source file com.servoy.j2db.server.headlessclient.dataui.ComponentValueComparator.java

/**
 * This {@link IModelComparator} will only compare if the components value 
 * then it got from the browser is valid and then tries to compare it with the last rendered value if possible else just the model object.
 * 
 * This makes sure that only user changes compared to the last rendered value are seen as changes.
 *