Example usage for com.vaadin.server FontAwesome BAR_CHART_O

List of usage examples for com.vaadin.server FontAwesome BAR_CHART_O

Introduction

In this page you can find the example usage for com.vaadin.server FontAwesome BAR_CHART_O.

Prototype

FontAwesome BAR_CHART_O

To view the source code for com.vaadin.server FontAwesome BAR_CHART_O.

Click Source Link

Usage

From source file:ui.button.LifetimeChartButton.java

License:Apache License

public LifetimeChartButton() {
    super("", FontAwesome.BAR_CHART_O);
}