Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@92637 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-04 17:30:27 +00:00
parent dae51765b5
commit cb18a109d2
3 changed files with 151 additions and 17 deletions

View File

@ -1414,3 +1414,131 @@ Compiling...
Compilation completed in 0.00 seconds Compilation completed in 0.00 seconds
Removing invalidated units Removing invalidated units
Finding entry point classes Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
30% complete (ETR: 8 seconds)
30% complete (ETR: 8 seconds)
30% complete (ETR: 8 seconds)
30% complete (ETR: 8 seconds)
40% complete (ETR: 8 seconds)
50% complete (ETR: 6 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 3 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 17.26 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
30% complete (ETR: 11 seconds)
30% complete (ETR: 11 seconds)
30% complete (ETR: 11 seconds)
30% complete (ETR: 11 seconds)
40% complete (ETR: 8 seconds)
50% complete (ETR: 6 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 4 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 14.30 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
50% complete (ETR: 4 seconds)
50% complete (ETR: 4 seconds)
50% complete (ETR: 4 seconds)
50% complete (ETR: 4 seconds)
50% complete (ETR: 4 seconds)
50% complete (ETR: 4 seconds)
60% complete (ETR: 3 seconds)
70% complete (ETR: 2 seconds)
80% complete (ETR: 1 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 9.68 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
40% complete (ETR: 5 seconds)
40% complete (ETR: 5 seconds)
40% complete (ETR: 5 seconds)
40% complete (ETR: 5 seconds)
40% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 2 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 13.80 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes

View File

@ -165,7 +165,7 @@ public class ChangeColumnTypePanel extends FramedPanel implements
comboColumn.setLoader(loader); comboColumn.setLoader(loader);
comboColumn.setEmptyText("Select a column..."); comboColumn.setEmptyText("Select a column...");
//comboColumn.setWidth(200); comboColumn.setWidth(191);
comboColumn.setTypeAhead(false); comboColumn.setTypeAhead(false);
comboColumn.setEditable(false); comboColumn.setEditable(false);
comboColumn.setTriggerAction(TriggerAction.ALL); comboColumn.setTriggerAction(TriggerAction.ALL);
@ -184,7 +184,7 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboColumnTypeCode(propsColumnTypeCode.label()); addHandlersForComboColumnTypeCode(propsColumnTypeCode.label());
comboColumnTypeCode.setEmptyText("Select a column type..."); comboColumnTypeCode.setEmptyText("Select a column type...");
//comboColumnTypeCode.setWidth(200); comboColumnTypeCode.setWidth(191);
comboColumnTypeCode.setTypeAhead(true); comboColumnTypeCode.setTypeAhead(true);
comboColumnTypeCode.setTriggerAction(TriggerAction.ALL); comboColumnTypeCode.setTriggerAction(TriggerAction.ALL);
@ -202,12 +202,12 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboMeasureType(propsMeasureType.label()); addHandlersForComboMeasureType(propsMeasureType.label());
comboMeasureType.setEmptyText("Select a measure type..."); comboMeasureType.setEmptyText("Select a measure type...");
//comboMeasureType.setWidth(200); comboMeasureType.setWidth(191);
comboMeasureType.setTypeAhead(true); comboMeasureType.setTypeAhead(true);
comboMeasureType.setTriggerAction(TriggerAction.ALL); comboMeasureType.setTriggerAction(TriggerAction.ALL);
comboMeasureTypeLabel = new FieldLabel(comboMeasureType, "Measure Type"); comboMeasureTypeLabel = new FieldLabel(comboMeasureType, "Measure Type");
comboMeasureTypeLabel.setVisible(false);
// comboAttributeType // comboAttributeType
ColumnDataTypeProperties propsAttributeType = GWT ColumnDataTypeProperties propsAttributeType = GWT
@ -223,13 +223,13 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboAttributeType(propsAttributeType.label()); addHandlersForComboAttributeType(propsAttributeType.label());
comboAttributeType.setEmptyText("Select a column type..."); comboAttributeType.setEmptyText("Select a column type...");
//comboAttributeType.setWidth(200); comboAttributeType.setWidth(191);
comboAttributeType.setTypeAhead(true); comboAttributeType.setTypeAhead(true);
comboAttributeType.setTriggerAction(TriggerAction.ALL); comboAttributeType.setTriggerAction(TriggerAction.ALL);
comboAttributeTypeLabel = new FieldLabel(comboAttributeType, comboAttributeTypeLabel = new FieldLabel(comboAttributeType,
"Attribute Type"); "Attribute Type");
comboAttributeTypeLabel.setVisible(false);
// comboDimensionType // comboDimensionType
TabResourceProperties propsDimensionType = GWT TabResourceProperties propsDimensionType = GWT
@ -244,12 +244,12 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboDimensionType(propsDimensionType.label()); addHandlersForComboDimensionType(propsDimensionType.label());
comboDimensionType.setEmptyText("Select a Dimension..."); comboDimensionType.setEmptyText("Select a Dimension...");
//comboDimensionType.setWidth(200); comboDimensionType.setWidth(191);
comboDimensionType.setEditable(false); comboDimensionType.setEditable(false);
comboDimensionType.setTriggerAction(TriggerAction.ALL); comboDimensionType.setTriggerAction(TriggerAction.ALL);
comboDimensionTypeLabel = new FieldLabel(comboDimensionType, "Codelist"); comboDimensionTypeLabel = new FieldLabel(comboDimensionType, "Codelist");
comboDimensionTypeLabel.setVisible(false);
// ColumnReferenceType // ColumnReferenceType
ColumnDataProperties propsColumnReferenceType = GWT ColumnDataProperties propsColumnReferenceType = GWT
@ -266,13 +266,13 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboColumnReferenceType(propsColumnReferenceType.label()); addHandlersForComboColumnReferenceType(propsColumnReferenceType.label());
comboColumnReferenceType.setEmptyText("Select a Column Reference..."); comboColumnReferenceType.setEmptyText("Select a Column Reference...");
//comboColumnReferenceType.setWidth(200); comboColumnReferenceType.setWidth(191);
comboColumnReferenceType.setEditable(false); comboColumnReferenceType.setEditable(false);
comboColumnReferenceType.setTriggerAction(TriggerAction.ALL); comboColumnReferenceType.setTriggerAction(TriggerAction.ALL);
comboColumnReferenceTypeLabel = new FieldLabel( comboColumnReferenceTypeLabel = new FieldLabel(
comboColumnReferenceType, "Column"); comboColumnReferenceType, "Column");
comboColumnReferenceTypeLabel.setVisible(false);
// comboTimeDimensionType // comboTimeDimensionType
TimeDimensionTypeProperties propsTimeDimensionType = GWT TimeDimensionTypeProperties propsTimeDimensionType = GWT
@ -288,12 +288,11 @@ public class ChangeColumnTypePanel extends FramedPanel implements
addHandlersForComboTimeDimensionType(propsTimeDimensionType.label()); addHandlersForComboTimeDimensionType(propsTimeDimensionType.label());
comboTimeDimensionType.setEmptyText("Select a time dimension type..."); comboTimeDimensionType.setEmptyText("Select a time dimension type...");
//comboTimeDimensionType.setWidth(200); comboTimeDimensionType.setWidth(191);
comboTimeDimensionType.setTypeAhead(true); comboTimeDimensionType.setTypeAhead(true);
comboTimeDimensionType.setTriggerAction(TriggerAction.ALL); comboTimeDimensionType.setTriggerAction(TriggerAction.ALL);
comboTimeDimensionTypeLabel = new FieldLabel(comboTimeDimensionType, "Time Type"); comboTimeDimensionTypeLabel = new FieldLabel(comboTimeDimensionType, "Time Type");
comboTimeDimensionTypeLabel.setVisible(false);
// Change // Change
change = new TextButton("Change"); change = new TextButton("Change");
@ -319,6 +318,12 @@ public class ChangeColumnTypePanel extends FramedPanel implements
v.add(change, new VerticalLayoutData(-1, -1, new Margins(10, 0, 10, 0))); v.add(change, new VerticalLayoutData(-1, -1, new Margins(10, 0, 10, 0)));
add(v, new VerticalLayoutData(-1, -1, new Margins(0))); add(v, new VerticalLayoutData(-1, -1, new Margins(0)));
comboMeasureTypeLabel.setVisible(false);
comboAttributeTypeLabel.setVisible(false);
comboDimensionTypeLabel.setVisible(false);
comboColumnReferenceTypeLabel.setVisible(false);
comboTimeDimensionTypeLabel.setVisible(false);
// addButton(); // addButton();
} }

View File

@ -323,7 +323,8 @@ public class DialogCodelistSelection extends Window {
protected class ExtendedLiveGridView extends LiveGridView<TabResource> { protected class ExtendedLiveGridView extends LiveGridView<TabResource> {
@Override //TODO bug in gxt3 3.0.0 fixed in future
/*@Override
public void refresh(boolean headerToo) { public void refresh(boolean headerToo) {
preventScrollToTopOnRefresh = true; preventScrollToTopOnRefresh = true;
super.refresh(headerToo); super.refresh(headerToo);
@ -343,7 +344,7 @@ public class DialogCodelistSelection extends Window {
if (state.getY() < totalCount * getCalculatedRowHeight()) { if (state.getY() < totalCount * getCalculatedRowHeight()) {
liveScroller.setScrollTop(state.getY()); liveScroller.setScrollTop(state.getY());
} }
} }*/
}; };