public interface HasDefaultTime
| Modifier and Type | Interface and Description |
|---|---|
static class |
HasDefaultTime.DefaultTime |
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultTime(HasDefaultTime.DefaultTime defaultTime)
Set the defaultTime of the component.
|
void |
setDefaultTime(String defaultTime)
Set the defaultTime of the component.
|
void setDefaultTime(HasDefaultTime.DefaultTime defaultTime)
defaultTime: - DefaultTime.{CURRENT, VALUE, FALSE}void setDefaultTime(String defaultTime)
defaultTime: - CURRENT
VALUE
FALSECopyright © 2012-2014 gwtbootstrap. All Rights Reserved.