org.gwtbootstrap3.extras.datetimepicker.client.ui.base.constants
Interface HasForceParse

All Known Implementing Classes:
DateTimePicker, DateTimePickerBase

public interface HasForceParse

Boolean. Default: true

Whether or not to force parsing of the input value when the picker is closed. That is, when an invalid date is left in the input field by the user, the picker will forcibly parse that value, and set the input's value to the new, valid date, conforming to the given format.

Author:
Joshua Godi

Method Summary
 void setForceParse(boolean forceParse)
           
 

Method Detail

setForceParse

void setForceParse(boolean forceParse)


Copyright © 2015. All rights reserved.