Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@90556 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7c895046cb
commit
6f8cec7b62
|
@ -437,7 +437,7 @@ public class TabularDataController {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected TdTaskController tdTaskController;
|
protected TdTaskController tdTaskController;
|
||||||
protected DialogBox tdTaskMainWindow;
|
protected com.extjs.gxt.ui.client.widget.Window tdTaskMainWindow;
|
||||||
|
|
||||||
protected void openTasksManagerWizard() {
|
protected void openTasksManagerWizard() {
|
||||||
|
|
||||||
|
@ -445,7 +445,7 @@ public class TabularDataController {
|
||||||
TdTaskController.bindCommonBus(eventBus);
|
TdTaskController.bindCommonBus(eventBus);
|
||||||
tdTaskMainWindow = tdTaskController.getWindowTaskMonitor();
|
tdTaskMainWindow = tdTaskController.getWindowTaskMonitor();
|
||||||
|
|
||||||
tdTaskMainWindow.setPopupPosition((Window.getClientWidth() / 2) - 200,
|
tdTaskMainWindow.setPosition((Window.getClientWidth() / 2) - 200,
|
||||||
(Window.getClientHeight() / 2) - 300);
|
(Window.getClientHeight() / 2) - 300);
|
||||||
|
|
||||||
tdTaskMainWindow.show();
|
tdTaskMainWindow.show();
|
||||||
|
@ -472,7 +472,7 @@ public class TabularDataController {
|
||||||
} else {
|
} else {
|
||||||
if (opId.compareTo(GridHeaderOperationId.RemoveColumn
|
if (opId.compareTo(GridHeaderOperationId.RemoveColumn
|
||||||
.toString()) == 0) {
|
.toString()) == 0) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (opId.compareTo(GridHeaderOperationId.ChangeToType
|
if (opId.compareTo(GridHeaderOperationId.ChangeToType
|
||||||
.toString()) == 0) {
|
.toString()) == 0) {
|
||||||
|
|
Loading…
Reference in New Issue