org.gwtbootstrap3.extras.datepicker.client.ui.base.constants
Interface HasShowTodayButton

All Known Implementing Classes:
DatePicker, DatePickerBase

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

Method Summary
 void setShowTodayButton(boolean showTodayButton)
           
 

Method Detail

setShowTodayButton

void setShowTodayButton(boolean showTodayButton)


Copyright © 2015. All rights reserved.