Java com.google.gwt.user.datepicker.client DatePicker fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.datepicker.client DatePicker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.datepicker.client DatePicker.

The text is from its open source code.

Subclass

com.google.gwt.user.datepicker.client.DatePicker has subclasses.
Click this link to see all its subclasses.

Constructor

DatePicker()
Create a new date picker.

Method

HandlerRegistrationaddShowRangeHandler(ShowRangeHandler handler)
voidaddStyleToDates(String styleName, Date date)
Add a style name to the given dates.
voidaddStyleToDates(String styleName, Iterable dates)
Add a style name to the given dates.
HandlerRegistrationaddValueChangeHandler(ValueChangeHandler handler)
DategetValue()
Returns the selected date, or null if none is selected.
voidremoveStyleFromDates(String styleName, Date date)
Removes the styleName from the given dates (even if it is transient).
voidremoveStyleFromDates(String styleName, Iterable dates)
Removes the styleName from the given dates (even if it is transient).
voidsetCurrentMonth(Date month)
Sets the date picker to show the given month, use #getFirstDate() and #getLastDate() to access the exact date range the date picker chose to display.
voidsetStyleName(String styleName)
Sets the date picker style name.
voidsetTransientEnabledOnDates(boolean enabled, Date date)
Sets a visible date to be enabled or disabled.
voidsetTransientEnabledOnDates(boolean enabled, Iterable dates)
Sets a group of visible dates to be enabled or disabled.
voidsetValue(Date newValue, boolean fireEvents)
Sets the DatePicker 's value.
voidsetValue(Date newValue)
Sets the DatePicker 's value.