userPositioner = AlignedPopupPositioner.BELOW_RIGHT;
}
menu = new PopupMenu(button.getElement(), userPositioner);
menu.associateWidget(button);
menu.addPopupEventListener(new PopupEventListener() {
public void onHide(PopupEventSourcer source) {
button.setState(false);
}
public void onShow(PopupEventSourcer source) {