form = new PrettyFormLayout();
form.addHeader( Images.INSTANCE.EditCategories(), new HTML( Constants.INSTANCE.EditCategories() ) );
form.startSection( Constants.INSTANCE.CategoriesPurposeTip() );
final SimplePanel editable = new SimplePanel();
editable.add( explorer );
form.addAttribute( Constants.INSTANCE.CurrentCategories(), editable );
final HorizontalPanel actions = new HorizontalPanel();