-
Notifications
You must be signed in to change notification settings - Fork 7
DateField
appreciated edited this page Aug 6, 2017
·
2 revisions
You can choose from the following DateField styles
Create the DateField as follows
DateField datefield = new DateField();
// Take one of the constants from below
datefield.addStyleName(JAVA_CONSTANT);
Description | Java Constant | Stylename |
---|---|---|
Default | - | - |
Borderless | DATEFIELD_BORDERLESS | "borderless" |
Custom Colored | DATEFIELD_CUSTOM | "custom" |
Floating / Elevated | DATEFIELD_FLOATING | "floating" |