161162163164165166167168169170171
popover.setHeading("heading"); popover.setText("conetnt"); popover.setWidget(new Button("test")); popover.show(); popover.hide(); // for configure() popover.asWidget(); this.getBrowserSimulator().fireLoopEnd();