Example usage for com.vaadin.server FontAwesome PHOTO

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

Introduction

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

Prototype

FontAwesome PHOTO

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

Click Source Link

Usage

From source file:ui.button.LifetimeUploadPhotoButton.java

License:Apache License

public LifetimeUploadPhotoButton() {
    super("", FontAwesome.PHOTO);
}