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:
parent
48e635ad74
commit
1b35f25fa9
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue