vaadin/vaadin-board-flow

Name: vaadin-board-flow

Owner: Vaadin

Description: Flow integration of vaadin-board

Created: 2018-01-12 14:19:30.0

Updated: 2018-05-17 13:16:43.0

Pushed: 2018-05-17 13:16:42.0

Homepage:

Size: 117895

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Published on vaadin.com/directory

Overview

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

This version is for Vaadin 10 and newer. For a Vaadin Framework 8 compatible version, see https://vaadin.com/directory/component/vaadin-board/1.0.1

License & Author

This add-on is distributed under Commercial Vaadin Add-on License version 3 (CVALv3).

To purchase a license, visit http://vaadin.com/pricing

Installing

Add vaadin-board to your project:

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

child1 = new Div(); child1.setText("This could be chart 1");
child2 = new Div(); child2.setText("This could be chart 2");
child3 = new Div(); child3.setText("This could be chart 3");
child4 = new Div(); child4.setText("This could be chart 4");

d.addRow(child1, child2, child3, child4);
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.