Skip to content
appreciated edited this page Aug 6, 2017 · 2 revisions

Styles

You can choose from the following Grid styles

Creation

Create the Grid as follows

Code Vaadin 8 and 7

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

Grid styles

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

Clone this wiki locally