-
Notifications
You must be signed in to change notification settings - Fork 7
InlineDateField
appreciated edited this page Aug 6, 2017
·
4 revisions
You can choose from the following InlineDateField styles
Create the InlineDateField as follows
InlineDateField inlineDatefield = new InlineDateField();
// Take one of the constants from below
inlineDatefield.addStyleName(JAVA_CONSTANT);
| Description | Java Constant | Stylename |
|---|---|---|
| Default | - | - |
| Borderless | INLINE_DATEFIELD_BORDERLESS | "borderless" |