24252627282930
this.processDefinition = processDefinition; } public void buttonClick(ClickEvent event) { ExplorerApp.get().getViewManager().showPopupWindow(new ConvertProcessDefinitionPopupWindow(processDefinition)); }