⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testmoduleimpl.java

📁 在jDeveloper中用弹出框操作选中的记录,可以用该页面上的listener
💻 JAVA
字号:
package test.model;

import oracle.jbo.Session;
import oracle.jbo.server.ApplicationModuleImpl;
// ---------------------------------------------------------------------
// ---    File generated by Oracle ADF Business Components Design Time.
// ---    Custom code may be added to this class.
// ---    Warning: Do not modify method signatures of generated methods.
// ---------------------------------------------------------------------
public class TestModuleImpl extends ApplicationModuleImpl {
  /**This is the default constructor (do not remove)
   */
  public TestModuleImpl() {
  }

  /**Sample main for debugging Business Components code using the tester.
   */
  public static void main(String[] args) {
    launchTester("test.model", /* package name */
      "TestModuleLocal" /* Configuration Name */);
  }

  /**Container's getter for EditDepartment
   */
  public DeptViewImpl getEditDepartment() {
    return (DeptViewImpl)findViewObject("EditDepartment");
  }

  /**Container's getter for DepartmentList
   */
  public DeptViewImpl getDepartmentList() {
    return (DeptViewImpl)findViewObject("DepartmentList");
  }
  protected void prepareSession(Session session) {
    super.prepareSession(session);
    getEditDepartment().setMaxFetchSize(1);
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -