handlerTable.setWidget(rowNumber, 4, removeHandlerButton);
// Add event specific handlers
switch (a) {
case INFO_WINDOW_CLOSE_CLICK_HANDLER: {
final InfoWindowCloseClickHandler h = new InfoWindowCloseClickHandler() {
public void onCloseClick(InfoWindowCloseClickEvent event) {
textBox.setText(textBox.getText() + "onCloseClick()");
}