Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz844820 - on loading hide trans unit table
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Sep 11, 2012
1 parent c8022ce commit 9191979
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -173,12 +173,14 @@ public void setRowSelectionListener(Listener listener)
public void showLoading()
{
loadingPanel.center();
transUnitTable.setVisible(false);
}

@Override
public void hideLoading()
{
loadingPanel.hide();
transUnitTable.setVisible(true);
}

interface Styles extends CssResource
Expand Down

0 comments on commit 9191979

Please sign in to comment.