Skip to content

InlineDateField

appreciated edited this page Aug 6, 2017 · 4 revisions

Styles

You can choose from the following InlineDateField styles

Creation

Create the InlineDateField as follows

Code Example Vaadin 8 and 7

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

InlineDateField styles

Description Java Constant Stylename
Default - -
Borderless INLINE_DATEFIELD_BORDERLESS "borderless"

Clone this wiki locally