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