Re: AW: Jwicket and Wiquery

2010-06-28 Thread Sam Stainsby
On Mon, 28 Jun 2010 16:29:51 +0200, Stefan Lindner wrote: > Hi Josh, > > yes, jWicket does it the Wicket way. > Generally you have a Behavior (e.g. DraggabeBehavior) extending wicket's > AjaxBehavior. So does Wiquery: label = new Label("item-name", model) draggableBehavior = new DraggableBehavi

AW: Jwicket and Wiquery

2010-06-28 Thread Stefan Lindner
Hi Josh, yes, jWicket does it the Wicket way. Generally you have a Behavior (e.g. DraggabeBehavior) extending wicket's AjaxBehavior. The you have some own component (a Panel e.g.) Now you simply do myPanel.add(new DraggableBehavior(...)); And DraggableBehavior let's you override some