Package org.activiti.explorer.ui.process.simple.editor

Examples of org.activiti.explorer.ui.process.simple.editor.FormPopupWindow


    this.formModel = formModel;
    this.taskItemId = taskItemId;
  }

  public void buttonClick(ClickEvent event) {
    ExplorerApp.get().getViewManager().showPopupWindow(new FormPopupWindow(taskItemId, formModel));
  }
View Full Code Here

TOP

Related Classes of org.activiti.explorer.ui.process.simple.editor.FormPopupWindow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.