protected void removeExpandCollapseButton() {
   handlerRegistrationManager.removeHandler();
   if (null != colExpButton) {
     colExpButton.removeFromParent();
     colExpButton = null;
   }
 }