DateInputFormatter.java :  » Ajax » smartgwt-2.1 » com » smartgwt » client » util » Java Open Source

Java Open Source » Ajax » smartgwt 2.1 
smartgwt 2.1 » com » smartgwt » client » util » DateInputFormatter.java
package com.smartgwt.client.util;

import java.util.Date;

/**
 * DateInputFormatter.
 *
 * @see com.smartgwt.client.util.DateUtil#setDateInputFormatter(DateInputFormatter)
 */
public interface DateInputFormatter {

    /**
     * The parse method.
     *
     * @param dateString String representation of the date
     * @return the date value
     */
    Date parse(String dateString);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.