List of usage examples for com.vaadin.ui Image getCaption
@Override
public String getCaption()
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(); }