public interface HasStartView
| Modifier and Type | Interface and Description |
|---|---|
static class |
HasStartView.ViewMode |
| Modifier and Type | Method and Description |
|---|---|
void |
setStartView(HasStartView.ViewMode mode)
Set the view mode of the datepicker.
|
void |
setStartView(String mode)
Set the view mode of the datepicker.
|
void setStartView(HasStartView.ViewMode mode)
mode: - ViewMode.{MONTH,YEAR,DECADE}void setStartView(String mode)
mode: - MONTH
YEAR
DECADE
dont matter if lower or upper case.Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.