ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

How can we handle to changes in a grid?

woolve
23 Sep 2011 09:51:51 GMT
23 Sep 2011 09:51:51 GMT

Hello ZK community,

my today's question is how can i implement in a easy manner how my composer should to handle changes in a grid,
if all components are of type textbox. Imagine you have a list of domain object A (every row is A and every cell is a attribute of A) and want to create a domain object B. There is no real dependency of both objects instead the fact you want to create B.

I would appreciate if someone can help me ;)

Best regards
woolve

SimonPai
27 Dec 2011 03:39:15 GMT
27 Dec 2011 03:39:15 GMT

Hi woolve,

Can you provide more details on the issue? Suppose you have a Grid with model (say ListModelList) of a list of object A, how will A create B from them?

Regards,
Simon