ListContainer(Maddon) implements Filterable

Hi,

I work using Netbeans 8 with (JEE7 + Vaadin 7.1.13 + CDI 2 (EJB 3.2) + JPA(Eclipselink) + Restful + CXF Client)
The system make upload in xlsx with 30000 rows e does not lock/freeze. Fantastic.
I recommend to use this combination. lol.

And also use yours components (maddon). it is very good and pretty easy.
The class ListConainer does not implements Filterable,
Did someone make this implementation?

Best Regards.

Great.

Hi,

John Ryan already contributed this couple of weeks ago. It ought to be included in the latest version. The class with features from Filterable interfaces is called FilterableListContainer. It will use another List for filtered stuff, but should still perform pretty well.

Here is the source code:
https://github.com/mstahv/maddon/blob/master/src/main/java/org/vaadin/maddon/FilterableListContainer.java

cheers,
matti

Hi,

Cool.

I made an implementation “STable extends MTable” and changed the ListContainer to FilterableListContainer.
i added one method public void search(String text) and added the SimpleStringFilter. (OR).

I will wait new features about MTable.

Would you follow this way to implement this?

Thank you.

At, Cleiton

Thank you Matti.
Vaadin is a success in production.

Great, glad to hear that! In case you have any improvements for Maddon or event to the core framework, just keep them coming. Best way to thank is to contribute something back for the Vaadin community, if not code then report issues or help others on this forum.

cheers,
matti