Re: Visibility/Enability change event

2016-08-22 Thread guillaume.mary
Thanks i'll give it a try. Le 22 août 2016 18:45, "Sven Meier [via Apache Wicket]" < ml-node+s1842946n4675362...@n4.nabble.com> a écrit : > You can call #configure() on the subcomponents from your #onConfigure(). > > Have fun > Sven > > -- > If you reply to this email,

Re: Visibility/Enability change event

2016-08-22 Thread Sven Meier
You can call #configure() on the subcomponents from your #onConfigure(). Have fun Sven -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Visibility-Enability-change-event-tp4675352p4675362.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Visibility/Enability change event

2016-08-22 Thread guillaume.mary
Well, in my use case, subcomponents use a Behavior#onConfigure() to change their own visibility, and this method is called after Component#onConfigure(), hence the visibility state is not uptodate. Le 22 août 2016 13:54, "Sven Meier [via Apache Wicket]" < ml-node+s1842946n4675353...@n4.nabble.com>

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Jenny Brown
On Mon, Aug 22, 2016 at 2:13 AM, Martin Grigorov wrote: > Hi Jenny, > > On Mon, Aug 22, 2016 at 3:30 AM, Jenny Brown > wrote: > > > About 5 years ago, I created wicket-source, a set of extensions that let > > you inspect a wicket component in your browser, and click a button to go > to > > that

Re: Visibility/Enability change event

2016-08-22 Thread Sven Meier
Why not override #onConfigure() and check the visibility of the child components from there? Regards Sven -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Visibility-Enability-change-event-tp4675352p4675353.html Sent from the Users forum mailing list archive at Nabble.

Visibility/Enability change event

2016-08-22 Thread guillaume.mary
Hi, I'm a Wicket user since several years and I regularly lack a feature in Wicket : component state change. I know that Event/Sink exists but it doesn't feets my need : when I use a component that wraps others from a third party, I need it to be hidden or disabled when *all* subcomponents are. Si

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Andrea Del Bene
Thank you VERY much Jenny! On 22/08/2016 03:30, Jenny Brown wrote: About 5 years ago, I created wicket-source, a set of extensions that let you inspect a wicket component in your browser, and click a button to go to that line of your source code in Eclipse. As time went on, the browser extensi

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Martijn Dashorst
On Mon, Aug 22, 2016 at 3:30 AM, Jenny Brown wrote: > I looked at Eclipse Marketplace and the self-hosting was confusing; if > someone familiar with that wants to pair with me to try to get it properly > submitted, I can try. I don't have my own hosting service for the binaries. Our company's m2

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Martijn Dashorst
WOOHOO! Great work Jenny! Martijn On Mon, Aug 22, 2016 at 3:30 AM, Jenny Brown wrote: > About 5 years ago, I created wicket-source, a set of extensions that let > you inspect a wicket component in your browser, and click a button to go to > that line of your source code in Eclipse. > > As time

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Martin Grigorov
Hi Jenny, On Mon, Aug 22, 2016 at 3:30 AM, Jenny Brown wrote: > About 5 years ago, I created wicket-source, a set of extensions that let > you inspect a wicket component in your browser, and click a button to go to > that line of your source code in Eclipse. > Thank you once again for this plug