Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@92364 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-26 18:12:18 +00:00
parent fee49c8272
commit 867ff52120
1 changed files with 3 additions and 2 deletions

View File

@ -180,6 +180,8 @@ public class DialogCodelistSelection extends Window {
grid.setBorders(false);
grid.setLoadMask(true);
grid.setColumnReordering(true);
addSelectionHandler();
SelectHandler sh = new SelectHandler() {
public void onSelect(SelectEvent event) {
@ -290,8 +292,7 @@ public class DialogCodelistSelection extends Window {
}
protected HandlerRegistration addSelectionHandler(
SelectionHandler<TabResource> handler) {
protected HandlerRegistration addSelectionHandler() {
SelectionHandler<TabResource> hand = new SelectionHandler<TabResource>() {
public void onSelection(SelectionEvent<TabResource> event) {