mask_hot
6 Jan 2011, 4:56 AM
Hi, I'd like to represent a BeanModel as a Draggable object (a square).
My BeanModel contains 3 fields : a name and x and y coordinates.
I'd like to display a list of BeanModels in a container, disposed according to their x and y fields.
I will be able to drag them in the container and I want to save their new position.
Is it easily feasible? In my mind I think have to use maybe a Template and make it draggable?
In fact : How could I bind a Draggable and a BeanModel?
thx for your help
My BeanModel contains 3 fields : a name and x and y coordinates.
I'd like to display a list of BeanModels in a container, disposed according to their x and y fields.
I will be able to drag them in the container and I want to save their new position.
Is it easily feasible? In my mind I think have to use maybe a Template and make it draggable?
In fact : How could I bind a Draggable and a BeanModel?
thx for your help