Has anybody used something like javax.swing.ListModel.addListDataListener or
java.util.Observable to setup a nice way for components to respond to
changes in other components?

My use case is that I have a "basket" of items a user has selected. While
they are searching/browsing if an item already in the basket appears again I
want it to be disabled/greyed out. With hand coding that is a bit ugly and
seems like a candidate for some sort listening to changes in another
component. 
-- 
View this message in context: 
http://www.nabble.com/Inter-component-events--tf4508127.html#a12856778
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to