Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
using addon FilteringTable
I am new bee to both gwt and vaadin. I tried following http://fmucar.wordpress.com/2011/04/20/vaadin-maven2-vaadin-add-ons/ to add the filteringtable addon.
when builing my project using maven I get this error
[INFO] Compiling module smdi.com.samples.vaadin.VaadinAddonMavenWidgetset
[INFO] Validating newly compiled units
[INFO] [ERROR] Errors in 'jar:file:/E:/maven/m2/repository/org/vaadin/addons/filteringtable/0.5.3/filteringtable-0.5.3.jar!/com/vaadin/terminal/gwt/client/ui/VCustomScrollTable.java'
[INFO] [ERROR] Line 2542: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2562: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2589: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2627: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2673: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2684: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 2701: The method isTouchEventOrLeftMouseButton(Event) is undefined for the type Util
[INFO] [ERROR] Line 6737: The method getPaintableForElement(ApplicationConnection, Container, Element) i
next I tried using new FilterTable() instead of new Table() is this what the change i have to do for having the filteringtable addon work?
I did not find any instructions on using filteringtable in an app. Are there any examples ?
Please advice , I aslo search in forms but did not find on how to use this addon.
Hi,
I think you have an incompatible Vaadin version, which one are you using? I think anything starting from 6.7.5 should work.
There's a simple demo application within the source code in here.
You might also want to check out the 'official' discussion thread here.
-Tepi