vaadin/board

Name: board

Owner: Vaadin

Description: Framework 8 version of vaadin-board

Created: 2017-02-01 19:01:39.0

Updated: 2018-05-16 14:22:06.0

Pushed: 2018-05-16 14:22:05.0

Homepage: null

Size: 47921

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Published on vaadin.com/directory

Gitter

Overview

Vaadin addon allows to create flexible responsive layouts and build nice looking dashboard. Vaadin Board key feature is how it effectively reorders UI components on different screen sizes, maximizing the use of space and looking stunning.

Board requires Vaadin Framework 8.1 or newer.

License & Author

This Add-on is distributed under Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.txt.

Installing

Add vaadin-board and vaadin-board-precompiled to your project:

endencies>
ependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-board</artifactId>
<version>1.0.0</version>
dependency>
ependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-board-precompiled</artifactId>
<version>1.0.0</version>
dependency>
pendencies>
Basic Use
d board = new Board();
d.setSizeFull();

l lbl1 =  new Label("LABEL1");
l lbl2 =  new Label("LABEL2");
l lbl3 =  new Label("LABEL3");
l lbl4 =  new Label("LABEL4");

d.addRow(lbl1, lbl2, lbl3, lbl4);
ontent(board);

Demo

Documentation


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.