Example usage for com.vaadin.ui AbstractComponent getDescription

List of usage examples for com.vaadin.ui AbstractComponent getDescription

Introduction

In this page you can find the example usage for com.vaadin.ui AbstractComponent getDescription.

Prototype

@Override
    public String getDescription() 

Source Link

Usage

From source file:com.jain.addon.i18N.handlers.I18NAbstractComponentHandler.java

License:Apache License

public I18NAbstractComponentHandler(final AbstractComponent component) {
    super(component);
    this.i18NDescription = component.getDescription();
}