Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@86575 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-04 19:07:40 +00:00
parent 48e635ad74
commit 1b35f25fa9
1 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,10 @@ public class TabularDataController {
tabularData.openTable(tableOpening);
uiState = UIStateType.TR_OPEN;
eventBus.fireEvent(new UIStateEvent(UIStateType.TR_OPEN));
updateUIProperties();
}
protected void updateUIProperties(){
if (uiProperties == UIProperties.OPENED) {
trProperties.update();
}
@ -344,6 +348,7 @@ public class TabularDataController {
@Override
public void completed(TRId id) {
updateUIProperties();
resumeUIState();
}
@ -384,6 +389,7 @@ public class TabularDataController {
@Override
public void completed(TRId id) {
updateUIProperties();
resumeUIState();
}