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

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

public interface HasStartView

Define a element that have the startView property.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Nested Class Summary
static class HasStartView.ViewMode
           
 
Method Summary
 void setStartView(HasStartView.ViewMode mode)
          Set the view mode of the datepicker.
 void setStartView(String mode)
          Set the view mode of the datepicker.
 

Method Detail

setStartView

void setStartView(HasStartView.ViewMode mode)
Set the view mode of the datepicker.

Parameters:
mode: - ViewMode.{MONTH,YEAR,DECADE}

setStartView

void setStartView(String mode)
Set the view mode of the datepicker.

Parameters:
mode: - MONTH YEAR DECADE dont matter if lower or upper case.


Copyright © 2012 gwtbootstrap. All Rights Reserved.