Skip to content

DateField

appreciated edited this page Aug 6, 2017 · 2 revisions

Styles

You can choose from the following DateField styles

Creation

Create the DateField as follows

Code Example Vaadin 8 and 7

DateField datefield = new DateField();
// Take one of the constants from below
datefield.addStyleName(JAVA_CONSTANT); 

DateField styles

Description Java Constant Stylename
Default - -
Borderless DATEFIELD_BORDERLESS "borderless"
Custom Colored DATEFIELD_CUSTOM "custom"
Floating / Elevated DATEFIELD_FLOATING "floating"
Clone this wiki locally