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