Introduction to ADF Desktop Integration Form-Type Components Inserting an ADF Button Component
6.1 Introduction to ADF Desktop Integration Form-Type Components
Rather than expose an ADF Form component in the components palette described in Section 5.5, Using the Components Palette, ADF Desktop Integration uses the following components to create form-type functionality in an integrated Excel workbook: ■ ADF Input Text ■ ADF Output Text ■ ADF Label ■ ADF List of Values ■ ADF Button Note: ADF Desktop Integration does not support components inserted in a merged cell. 6-2 Desktop Integration Developers Guide for Oracle Application Development Framework6.2 Inserting an ADF Button Component
The ADF Button component renders a button in the Excel worksheet at runtime. End users click this button to invoke one or more actions specified by the ClickActionSet group of properties. The LowerRightCorner and Position properties determine the area that the button occupies on the Excel worksheet at runtime. Figure 6–1 shows a button in an Excel worksheet in design mode. The property inspector for the button is in the foreground. When an end user clicks the button at runtime, it invokes the array of actions specified by ClickActionSet. Figure 6–1 ADF Button Component For more information about the properties of the ADF Button component, see Section A.8, ADF Button Component Properties. To insert an ADF Button component: 1. Open the integrated Excel workbook.2. Select the cell in the Excel worksheet where you want to anchor the component.
3. In the components palette, select ADF Button and click Insert Component.
Alternatively, in the Oracle ADF tab, select ADF Button from the Insert Component dropdown list.4. Configure properties in the property inspector to determine the actions the
component invokes at runtime in addition to the appearance, design, and layout of the component. Table 6–1 outlines some properties you must specify values for, and provides links to additional information. Working with ADF Desktop Integration Form-Type Components 6-35. Click OK.
If you want to add navigation buttons in your integrated Excel workbook to navigate to previous or next record, see Section 6.9, Using Navigation Buttons.6.3 Inserting an ADF Label Component
Parts
» Oracle Fusion Middleware Online Documentation Library
» Introduction to ADF Desktop Integration Introduction to the Master Price List Module
» Setting Up and Executing the Master Price List Module
» Searching a Product Overview of the Fusion Web Application in the Master Price List Module
» What Happens When You Add ADF Desktop Integration to Your JDeveloper Project
» In the Workbook group of the Oracle ADF tab, click Workbook Properties.
» How to Add Additional Worksheets to an Integrated Excel Workbook
» ADF Desktop Integration Designer Task Pane Using the Bindings Palette
» Using the Components Palette Using the Property Inspector
» Using the Binding ID Picker Using the Expression Builder
» Using the Web Page Picker Using the File System Folder Picker
» Using the Page Definition Picker Using the Collection Editors
» Introduction to ADF Desktop Integration Form-Type Components Inserting an ADF Button Component
» Inserting an ADF Label Component
» Inserting an ADF Input Text Component
» Inserting an ADF Output Text Component
» Inserting an ADF List of Values Component
» Using Navigation Buttons Oracle Fusion Middleware Online Documentation Library
» What Happens at Runtime When a Custom Upload Dialog Appears
» What Happens at Runtime When an ADF Table Component Deletes Rows in a Fusion Web Application
» Row Flagging in an ADF Table Component
» Click OK. How to Manually Add Key Column At Design Time
» How to Configure a Dynamic Column What Happens at Runtime When Data Is Downloaded or Uploaded
» What Happens at Runtime When You Limit the Number of Rows a Component Downloads
» What Happens at Runtime When the ADF Table Component Clears Cached Values
» Introduction to Adding Interactivity to an Integrated Excel Workbook
» Inserting Values in ADF Table Columns from a Web Page Pick Dialog
» Click OK. How to Create an Advanced Search Form in an Integrated Excel Workbook
» Adding a Form to an Integrated Excel Workbook
» What Happens at Runtime When a Cell Displays a Hyperlink using EL Expression
» Using Labels in an Integrated Excel Workbook
» Using Styles to Improve the User Experience
» What Happens at Runtime to the Branding Items in an Integrated Excel Workbook
» Introduction to Internationalizing Your Integrated Excel Workbook
» Localization in ADF Desktop Integration
» What Happens When the Metadata Tamper-Check is Performed
» Error Reporting Using EL Expressions
» Error Reporting Using Component Actions
» What Happens at Runtime When You Configure a Workbook to Handle Data Conflicts
» Testing Your Integrated Excel Workbook
» How to Publish an Integrated Excel Workbook Using the Command Line Publish Tool
» What Happens When You Publish an Integrated Excel Workbook
» Deploying a Published Workbook with Your Fusion Web Application
» How to Configure the Page Definition File for the Worksheet to Receive Parameters
» Click Worksheet Properties in the Oracle ADF tab. Click OK.
» Introduction to Disconnected Workbooks
» Caching Lists of Values for Use in Disconnected Mode
Show more