103104105106107108109110
@Override protected void onInitialize() { super.onInitialize(); final JQueryBehavior newWidgetBehavior = JQueryWidget.newWidgetBehavior(this); this.add(newWidgetBehavior); //cannot be in ctor as the markupId may be set manually afterward }