PrettyFormLayout form = new PrettyFormLayout();
form.addHeader( GuvnorImages.INSTANCE.EditCategories(),
new HTML( constants.EditCategories() ) );
form.startSection( constants.CategoriesPurposeTip() );
explorer = new CategoryExplorerWidget( new CategorySelectHandler() {
public void selected(String sel) {
//don't need this here as we don't do anything on select in this spot
}
} );
SimplePanel editable = new SimplePanel();