com.github.gwtbootstrap.datepicker.client.ui.base
Interface HasAllDatePickerHandlers

All Superinterfaces:
HasAutoclose, HasDateFormat, HasEndDate, HasLanguage, HasStartDate, HasStartView, HasWeekStart
All Known Implementing Classes:
DateBox, DateBoxBase

public interface HasAllDatePickerHandlers
extends HasAutoclose, HasDateFormat, HasEndDate, HasLanguage, HasStartDate, HasStartView, HasWeekStart

Define a element that has all the datepicker handlers.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasStartView
HasStartView.ViewMode
 
Method Summary
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasAutoclose
setAutoClose
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasDateFormat
setFormat
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasEndDate
setEndDate_, setEndDate
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasLanguage
setLanguage
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasStartDate
setStartDate_, setStartDate
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasStartView
setStartView, setStartView
 
Methods inherited from interface com.github.gwtbootstrap.datepicker.client.ui.base.HasWeekStart
setWeekStart
 



Copyright © 2012 gwtbootstrap. All Rights Reserved.