Re: CellTable + Editor displaying only those rows based on a flag in the bean

2011-08-22 Thread Uemit
You will probably use an AbstractDataProvider instance to fill the CellTable. You have to create a helper method which retrieves the list of beans based on the flag and sets it in the AbstractDataProvider (or ListDataProvider). Something like this: final ListDataProviderUser dataProvider =

CellTable + Editor displaying only those rows based on a flag in the bean

2011-08-11 Thread Kamsonline
Hi, I am not sure whether any solution posted regarding this, but I couldn't find any. I am using GWT + MVP + Editor + Celltable. I am trying to display a list of objects in the cell table using editors and I want to display only those beans (rows) based on a flag set in the bean itself. For