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:
parent
fee49c8272
commit
867ff52120
|
@ -181,6 +181,8 @@ public class DialogCodelistSelection extends Window {
|
|||
grid.setLoadMask(true);
|
||||
grid.setColumnReordering(true);
|
||||
|
||||
addSelectionHandler();
|
||||
|
||||
SelectHandler sh = new SelectHandler() {
|
||||
public void onSelect(SelectEvent event) {
|
||||
loader.load();
|
||||
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue