protected void revealInParent() {
revealStrategy.revealInParent(this);
}
public void launchNewSecDialogue() {
window = new DefaultWindow(Console.MESSAGES.createTitle("Security Setting"));
window.setWidth(480);
window.setHeight(360);
window.addCloseHandler(new CloseHandler<PopupPanel>() {
@Override
public void onClose(CloseEvent<PopupPanel> event) {