Exemplo n.º 1
0
 /*
  * (non-Javadoc)
  *
  * @see com.google.gwt.user.client.ui.Composite#onAttach()
  */
 @Override
 protected void onAttach() {
   super.onAttach();
   if (mustRefresh) {
     refresh();
   }
 }
Exemplo n.º 2
0
 /*
  * (non-Javadoc)
  *
  * @see com.google.gwt.user.client.ui.Composite#onDetach()
  */
 @Override
 protected void onDetach() {
   super.onDetach();
   mustRefresh = true;
 }