protected void onUndisplay() {
   super.onUndisplay();
   this.visible = false;
   stopTimer();
 }