PDA

View Full Version : Available and Selected lists



afida
Oct 13th, 2004, 04:38 AM
I am little confused about how to implmenting this available and selected lists functionality. Available list is based on static data and selected list is set on domain object. Which is also FormModel.

If I add my own code of moving data from available to seletected, I can't use the revert functionality. Basically on add, i remove from available and add it selected list model.

Is there an example of that. Kieth had posted a similiar code here before but the main difference is his available data and selected data are both come from his domain object. Hence the revert work fine and he has tree and list so he doesn' need to remove the data from the tree.

Amad

Manus
Sep 29th, 2005, 01:32 PM
Hi,

I'm looking for this!
Do you have some news?

Thanks,

Mauro.

lstreepy
Sep 30th, 2005, 07:50 AM
I'm not sure if this is what you're looking for, but take a look on the Wiki for the ShuttleList component:

http://opensource2.atlassian.com/confluence/spring/display/RCP/Contributions

HTH,
Larry.