Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@111387 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-14 14:17:54 +00:00 committed by Giancarlo Panichi
parent 6400b7e17c
commit f712f0d1e0
1 changed files with 3 additions and 0 deletions

View File

@ -262,11 +262,13 @@ public class DenormalizePanel extends FramedPanel implements
storeComboAttributeColumn.commitChanges();
comboAttributeColumnLabel.setVisible(true);
denormalizeButton.disable();
forceLayout();
}
protected void updateComboAttributeColumn(ColumnData columnData) {
denormalizeButton.enable();
forceLayout();
}
protected void resetComboStatus() {
@ -275,6 +277,7 @@ public class DenormalizePanel extends FramedPanel implements
storeComboAttributeColumn.commitChanges();
comboAttributeColumnLabel.setVisible(false);
denormalizeButton.disable();
forceLayout();
}
protected void loadData(ListLoadConfig loadConfig,