public interface HasTemplate
| Modifier and Type | Interface and Description |
|---|---|
static class |
HasTemplate.Template |
| Modifier and Type | Method and Description |
|---|---|
void |
setTemplate(HasTemplate.Template template)
Set the template of the timepicker.
|
void |
setTemplate(String template)
Set the template of the timepicker.
|
void setTemplate(HasTemplate.Template template)
template: - Template.{DROPDOWN, MODAL, FALSE}void setTemplate(String template)
template: - DROPDOWN
MODAL
FALSECopyright © 2012-2014 gwtbootstrap. All Rights Reserved.