daveayan.gherkinsalad.components.jqueryui.datepicker
Interface DatePicker

All Known Implementing Classes:
DefaultDatePicker

public interface DatePicker

Interface that describes a date picker.


Method Summary
 void select_date_except_weekends(Date date_to_select, Date current_date)
          Use this method to navigate to the month and year that needs to be selected and then selects the date.
 void select_date(Date date_to_select, Date current_date)
          Use this method to navigate to the month and year that needs to be selected and then selects the date.
 

Method Detail

select_date_except_weekends

void select_date_except_weekends(Date date_to_select,
                                 Date current_date)
Use this method to navigate to the month and year that needs to be selected and then selects the date. If the date is on a weekend this method does not select the date. The exact implementation of what needs to be done in that case is left up to the implementors of this interface.

Parameters:
date_to_select -
current_date -

select_date

void select_date(Date date_to_select,
                 Date current_date)
Use this method to navigate to the month and year that needs to be selected and then selects the date. This method selects the date even if it falls on the weekend.

Parameters:
date_to_select -
current_date -


Copyright © 2013. All Rights Reserved.