contactTable.setFinalEventList(filterList);
// Install the popup menu
CommandGroup popup = new CommandGroup();
popup.add((ActionCommand) getWindowCommandManager().getCommand("deleteCommand", ActionCommand.class));
popup.addSeparator();
popup.add((ActionCommand) getWindowCommandManager().getCommand("propertiesCommand", ActionCommand.class));
contactTable.setPopupCommandGroup(popup);
// Register to get notified when the filtered list changes
contactTable.setStatusBar(getStatusBar());