RE: DP for GUI interaction

2014-02-17 Thread Richter, Marvin
It depends ...
I'm a big fan of loose coupling so I do almost all interaction between 
components with AJAX events.
For this you just override the onEvent method in your panels which should react 
on AJAX events.

Check out:
http://www.wicket-library.com/wicket-examples/events/wicket/bookmarkable/org.apache.wicket.examples.events.DecoupledAjaxUpdatePage

Best Regards,
Marvin 

-Original Message-
From: Farrukh SATTOROV [mailto:fireda...@gmail.com] 
Sent: Monday, February 17, 2014 4:37 PM
To: users@wicket.apache.org
Subject: DP for GUI interaction

what design pattern you use for interaction between gui components in wicket. 
For instance, showing modal window from toolbar, manipulating with table fom 
another panel, first of all in presentation tier.

--
Regards, Farrukh

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: DP for GUI interaction

2014-02-17 Thread Farrukh SATTOROV
thanks for reply, Marvin


On Mon, Feb 17, 2014 at 7:43 PM, Richter, Marvin <
marvin.rich...@jestadigital.com> wrote:

> It depends ...
> I'm a big fan of loose coupling so I do almost all interaction between
> components with AJAX events.
> For this you just override the onEvent method in your panels which should
> react on AJAX events.
>
> Check out:
>
> http://www.wicket-library.com/wicket-examples/events/wicket/bookmarkable/org.apache.wicket.examples.events.DecoupledAjaxUpdatePage
>
> Best Regards,
> Marvin
>
> -Original Message-
> From: Farrukh SATTOROV [mailto:fireda...@gmail.com]
> Sent: Monday, February 17, 2014 4:37 PM
> To: users@wicket.apache.org
> Subject: DP for GUI interaction
>
> what design pattern you use for interaction between gui components in
> wicket. For instance, showing modal window from toolbar, manipulating with
> table fom another panel, first of all in presentation tier.
>
> --
> Regards, Farrukh
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards, Farrukh