Fixed TimeZone
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@115602 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a6bc6a743d
commit
137dc165e2
|
@ -16,7 +16,7 @@ import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnDataP
|
|||
import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnDataTypeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnTypeCodeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.LocaleTypeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourceProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourcePropertiesCombo;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.store.ColumnDataTypeElement;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.store.ColumnDataTypeStore;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.store.ColumnTypeCodeElement;
|
||||
|
@ -401,8 +401,8 @@ public class ChangeColumnTypePanel extends FramedPanel implements
|
|||
comboLocaleTypeLabel = new FieldLabel(comboLocaleType, "Locale");
|
||||
|
||||
// comboDimensionType
|
||||
TabResourceProperties propsDimensionType = GWT
|
||||
.create(TabResourceProperties.class);
|
||||
TabResourcePropertiesCombo propsDimensionType = GWT
|
||||
.create(TabResourcePropertiesCombo.class);
|
||||
storeComboDimensionType = new ListStore<TabResource>(
|
||||
propsDimensionType.id());
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnDataP
|
|||
import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnDataTypeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnTypeCodeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.LocaleTypeProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourceProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourcePropertiesCombo;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.resources.ExpressionResources;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.rpc.ExpressionServiceAsync;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.store.ColumnDataTypeElement;
|
||||
|
@ -326,8 +326,8 @@ public class AddColumnPanel extends FramedPanel implements
|
|||
comboLocaleTypeLabel = new FieldLabel(comboLocaleType, "Locale");
|
||||
|
||||
// comboDimensionType
|
||||
TabResourceProperties propsDimensionType = GWT
|
||||
.create(TabResourceProperties.class);
|
||||
TabResourcePropertiesCombo propsDimensionType = GWT
|
||||
.create(TabResourcePropertiesCombo.class);
|
||||
ListStore<TabResource> storeComboDimensionType = new ListStore<TabResource>(
|
||||
propsDimensionType.id());
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import java.util.ArrayList;
|
|||
import org.gcube.portlets.user.td.columnwidget.client.resources.ResourceBundle;
|
||||
import org.gcube.portlets.user.td.columnwidget.client.utils.UtilsGXT3;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.ColumnDataPropertiesCombo;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourceProperties;
|
||||
import org.gcube.portlets.user.td.expressionwidget.client.properties.TabResourcePropertiesCombo;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsFinalException;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsLockedException;
|
||||
|
@ -82,8 +82,8 @@ public class ConnectCodelistDialog extends Window implements
|
|||
|
||||
// Attach Codelist
|
||||
// comboDimensionType
|
||||
TabResourceProperties propsDimensionType = GWT
|
||||
.create(TabResourceProperties.class);
|
||||
TabResourcePropertiesCombo propsDimensionType = GWT
|
||||
.create(TabResourcePropertiesCombo.class);
|
||||
storeComboDimensionType = new ListStore<TabResource>(
|
||||
propsDimensionType.id());
|
||||
|
||||
|
|
Loading…
Reference in New Issue