Skip to content

Instantly share code, notes, and snippets.

View mstahv's full-sized avatar

Matti Tahvonen mstahv

View GitHub Profile
@mstahv
mstahv / MyUI.java
Last active October 1, 2015 18:34
Example to make text war in a Vaadin Table
package org.bluemix.mavenproject7;
import javax.servlet.annotation.WebServlet;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.VaadinServletConfiguration;
import com.vaadin.annotations.Widgetset;
import com.vaadin.data.Property;
import com.vaadin.data.util.BeanItemContainer;
import com.vaadin.server.VaadinRequest;