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

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

public interface HasEndDate

Define a element to the endDate Property

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setEndDate_(Date date)
          Set the max date in the component.
 void setEndDate(String date)
          Set the max date in the component.
 

Method Detail

setEndDate

void setEndDate(String date)
Set the max date in the component.

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

setEndDate_

void setEndDate_(Date date)
Set the max date in the component.

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


Copyright © 2012 gwtbootstrap. All Rights Reserved.