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