Example usage for com.vaadin.ui Image getCaption

List of usage examples for com.vaadin.ui Image getCaption

Introduction

In this page you can find the example usage for com.vaadin.ui Image getCaption.

Prototype

@Override
    public String getCaption() 

Source Link

Usage

From source file:de.uni_tuebingen.qbic.qbicmainportlet.ImageToStringConverter.java

License:Open Source License

@Override
public String convertToPresentation(Image value, Class<? extends String> targetType, Locale locale)
        throws com.vaadin.data.util.converter.Converter.ConversionException {
    return value.getCaption();
}