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

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

 

1: Create a New Application and Projects


Step1.  创建Fusion Web Application

Step2. 查看所创建的应用

 

2: Create an Unbounded Task Flow for Each Menu


Step1.  创建Unbounded Taskflow - sale

Step2. 创建Unbounded Taskflow - products

Step3. 在sale taskflow中创建向导组件

Step4. 在product taskflow中创建向导组件

Step5. 在主页面中创建向导组件

 

3: Create an ADF Menu for Each Unbounded Task Flow


Step1. 创建ADF Menu

Step2. 创建ADF Menu

你可能感兴趣的:(controller)