Package org.apache.wicket.model

Examples of org.apache.wicket.model.IModelComparator


   
    @Override
    public IModelComparator getModelComparator() {
        // if we don't use this one, the call to setObject won't be made, and the metadata
        // map won't be updated
        return new IModelComparator() {
           
            @Override
            public boolean compare(Component component, Object newObject) {
                return false;
            }
View Full Code Here

TOP

Related Classes of org.apache.wicket.model.IModelComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.