enableBox.setValue(Boolean.TRUE);
layout.add(enableBox);
DialogueOptions options = new DialogueOptions(new GroupSelectSubmitHandler(this.deployment, window, enableBox), new CancelHandler(window));
Widget content = new WindowContentBuilder(layout, options).build();
window.trapWidget(content);
return window;
}
private Widget makeSelectionTable(ListDataProvider<ServerGroupSelection> dataProvider) {
VerticalPanel vpanel = new VerticalPanel();