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 ex.

if the bean is User

User {  // This is just an example
Long id;
String Name;
String role;
boolean active;
}

I want to display a list of user records in a celltable using editors.
But i want to restrict what is displayed based on the active flag. say
for example, display the user in the table only if they are active.

Any suggestions how i can accomplish this?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to