org.gwtbootstrap3.extras.datepicker.client.ui.base.constants
Interface HasStartView
- All Known Implementing Classes:
- DatePicker, DatePickerBase
public interface HasStartView
ENUM. Default: 2, 'month'
The view that the datetimepicker should show when it is opened. Accepts values of :
'hour' for the hour view
'day' for the day view
'month' for month view (the default)
'year' for the 12-month overview
'decade' for the 10-year overview. Useful for date-of-birth datetimepickers.
- Author:
- Joshua Godi
- See Also:
DatePickerMinView
setStartView
void setStartView(DatePickerMinView datePickerMinView)
Copyright © 2015. All rights reserved.