org.gwtbootstrap3.extras.datetimepicker.client.ui.base.constants
Interface HasShowTodayButton
- All Known Implementing Classes:
- DateTimePicker, DateTimePickerBase
public interface HasShowTodayButton
Boolean, "linked". Default: false
If true or "linked", displays a "Today" button at the bottom of the datetimepicker to select the current date.
If true, the "Today" button will only move the current date into view; if "linked",
the current date will also be selected.
- Author:
- Joshua Godi
setShowTodayButton
void setShowTodayButton(boolean showTodayButton)
Copyright © 2015. All rights reserved.