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

All Known Subinterfaces:
HasAllDatePickerHandlers
All Known Implementing Classes:
DateBox, DateBoxBase

public interface HasStartDate

Define a element to the startDateProperty

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setStartDate_(Date date)
          Set the min date in the component.
 void setStartDate(String date)
          Set the min date in the component.
 

Method Detail

setStartDate

void setStartDate(String date)
Set the min date in the component.

Parameters:
date: - the date format when the calendar will start

setStartDate_

void setStartDate_(Date date)
Set the min date in the component.

Parameters:
date: - the date format when the calendar will start


Copyright © 2012 gwtbootstrap. All Rights Reserved.