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

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

public interface HasWeekStart

Define a element that have a day of week to start.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setWeekStart(int start)
          Define the first day of week in the datepicker.
 

Method Detail

setWeekStart

void setWeekStart(int start)
Define the first day of week in the datepicker.

Parameters:
start: - 0 is sunday, 6 is saturday, so you can set the 0..6 interval.


Copyright © 2012 gwtbootstrap. All Rights Reserved.