Package org.jtalks.jcommune.web.validation.editors

Examples of org.jtalks.jcommune.web.validation.editors.DateTimeEditor


     * @param binder Binder object to be injected
     */
    @InitBinder
    public void initBinder(WebDataBinder binder) {
        binder.registerCustomEditor(String.class, new StringTrimmerEditor(true));
        binder.registerCustomEditor(DateTime.class, new DateTimeEditor("dd-MM-yyyy"));
    }
View Full Code Here

TOP

Related Classes of org.jtalks.jcommune.web.validation.editors.DateTimeEditor

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.