2015-02-15 Created By BaoXinjian


本文介绍如何通过unbounded task flows 和 xml menu metadata产生页面向导菜单项

Step 1: Create a New Application and Projects

Step 2: Create an Unbounded Task Flow for Each Menu

Step 3: Create an ADF Menu for Each Unbounded Task Flow

Step 4: Create a Hierarchy of Parent and Child Nodes in Each ADF Menu

Step 5: Create an ADF Page Template

Step 6: Add and Bind Navigation Pane Components

Step 7: Add and Bind the Bread Crumbs Component

Step 8: Complete the ADF Page Template

Step 9: Create the JSF Pages for the Views


Step1.  创建ADF Page Template

Step2. 定义Template属性参数

Step3. 创建Navigation Item

Step4. 定义页面跳转按钮


Step1. 创建Navigation Item

Step2. 最终显示效果如下


Step1.  创建Navigation Item

Step2. 最终显示效果如下


Step1. 查看Template页面结构,显示图如下


Step1. 定义ADF Taskflow 如下

Step2. 定义ADF Taskflow如下

Step3.  定义ADF Taskflow如下

Step4. 创建所有相关页面

Step5.  测试运行,显示结果

Step6.  测试运行,显示结果

Step7.  测试运行,显示结果

Step8.  测试运行,显示结果

Thanks and Regards

参考: Oracle Jdeveler 11g Release 2 Tutorials

ADF_Controller系列4_通过创建ADF Menu作为页面向导(Part2)的更多相关文章

  1. ADF_Controller系列3_通过创建ADF Menu作为页面向导(Part1)

    2015-02-15 Created By BaoXinjian

  2. ADF_Controller系列2_绑定TasksFlow、Region和Routers(Part2)

    2015-02-14 Created By BaoXinjian

  3. ADF_General JSF系列2_创建JSF类型的页面向导

    2015-02-17 Created By BaoXinjian

  4. ADF_Controller系列5_通过绑定TasksFlow创建Train

    2015-02-14 Created By BaoXinjian

  5. ADF_Starting系列4_使用ADF开发富Web应用程序之维护User Interface(Part1)

    2014-05-04 Created By BaoXinjian

  6. VSTO之旅系列(四):创建Word解决方案

    原文:VSTO之旅系列(四):创建Word解决方案 本专题概要 引言 Word对象模型 创建Word外接程序 小结 一.引言 在上一个专题中主要为大家介绍如何自定义我们的Excel 界面的,然而在这个 ...

  7. ADF_Controller系列1_绑定TasksFlow、Region和Routers(Part1)

    2015-02-14 Created By BaoXinjian

  8. WCF学习系列一_创建第一个WCF服务

    原创作者:灰灰虫的家http://hi.baidu.com/grayworm WCF开发实战系列一:创建第一个WCF服务 在这个实战中我们将使用DataContract,ServiceContract ...

  9. VSTO之旅系列(五):创建Outlook解决方案

    原文:VSTO之旅系列(五):创建Outlook解决方案 本专题概要 引言 Outlook对象模型 自定义Outlook窗体 小结 一.引言 在上一个专题中,为大家简单介绍了下如何创建Word解决方案 ...

随机推荐

  1. 【汇编】mov [1000],bx:immediate operand not allowed

    ],bx;在目的操作数中编译器会忽略[],所以[1000]就成了立即数,出现“immediate operand not allowed”改: ;mov bx,[1000];而在源操作数中,就不会出现 ...

  2. 69道Spring面试题和答案

    1. 什么是spring? Spring 是个java企业级应用的开源开发框架.Spring主要用来开发Java应用,但是有些扩展是针对构建J2EE平台的web应用.Spring 框架目标是简化Jav ...

  3. iOS开发UI篇—popoverController简单介绍

    iOS开发UI篇—popoverController简单介绍 一.简单介绍 1.什么是UIPopoverController 是iPad开发中常见的一种控制器(在iPhone上不允许使用) 跟其他控制 ...

  4. js浏览器检测

    1.判断浏览器类型 if navigator.userAgent.indexOf(”MSIE”)>0) {} //判断是否IE浏览器 if(isFirefox=navigator.userAge ...

  5. POJ 1094 Sorting It All Out 拓扑排序 难度:0

    http://poj.org/problem?id=1094 #include <cstdio> #include <cstring> #include <vector& ...

  6. POJ 2226 最小点覆盖(经典建图)

    Muddy Fields Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8881   Accepted: 3300 Desc ...

  7. hdu 2087

    ps:感觉就是字符串处理...好像没什么好讲的...直接上代码 代码: #include "stdio.h" #include "string.h" ]; ]; ...

  8. apache2服务器mod_rewrite模块 开启方法[linux, ubuntu]

    在UBUNTU系统中要启用mod_rewrite的方法有两种: 第一种: 在终端中执行 sudo a2enmod rewrite 指 令后,即启用了 Mod_rewrite 模块, apache2服务 ...

  9. [SQL Basics] Indexes

    An index is used to speed up searching in the database. By default, when you create this table, your ...

  10. js Math 对象的方法

    Math对象与JavaScript其他对象不同,因为用户不能生成所使用对象的副本,相反脚本汇集了简单Math对象的属性和方法.Math对象实际上存在于每个窗口和框架中,但是对脚本没有影响,程序员把这种 ...