3334353637383940
* The id of this component */ public NavomaticBorder(final String id) { super(id); addToBorder(new BoxBorder("navigationBorder")); addToBorder(new BoxBorder("bodyBorder")); }
3738394041424344454647
*/ public AjaxPage2() { super(); myBorder = new BoxBorder("pageLayout"); myBorder.setTransparentResolver(true); add(myBorder); ajaxLabel = new Label("ajaxLabel", "AAAAAAA"); ajaxLabel.setOutputMarkupId(true);