Using Macros in an Integrated Excel Workbook Introduction to Configuring the Appearance of an Integrated Excel Workbook
8.11 Using Macros in an Integrated Excel Workbook
You can define and execute macros based on Excel events in an integrated Excel workbook. Note the following points: ■ Macros triggered by an Excel event do not get triggered if the Excel event is invoked by ADF Desktop Integration. ■ ADF Desktop Integration code invoked by an Excel event is executed when the Excel event is triggered by a macro. 8-42 Desktop Integration Developers Guide for Oracle Application Development Framework 9 Configuring the Appearance of an Integrated Excel Workbook 9-1 9 Configuring the Appearance of an Integrated Excel Workbook This chapter describes how you configure the appearance of an integrated Excel workbook using styles that ADF Desktop Integration defined and that you define in Excel. The chapter also discusses how you can use EL expressions to dynamically apply styles to Oracle ADF components in a workbook at runtime. This chapter includes the following sections: ■ Section 9.1, Introduction to Configuring the Appearance of an Integrated Excel Workbook ■ Section 9.2, Working with Styles ■ Section 9.3, Applying Styles Dynamically Using EL Expressions ■ Section 9.4, Using Labels in an Integrated Excel Workbook ■ Section 9.5, Using Styles to Improve the User Experience ■ Section 9.6, Branding Your Integrated Excel Workbook ■ Section 9.7, Using Worksheet Protection9.1 Introduction to Configuring the Appearance of an Integrated Excel Workbook
You can configure the appearance of an integrated Excel workbook using both Excel functionality and Oracle ADF functionality. Configuring the appearance of a workbook may make the workbook more usable for end users. For example, applying a particular style to cells that render ADF Output Text components at runtime may indicate to end users that the cell is read-only. You may also want to configure the appearance of an integrated Excel workbook so that it aligns with your company’s style sheet or the color scheme of the Fusion web application that the Excel workbook integrates with. ADF Desktop Integration provides several predefined Excel styles to apply to the ADF Desktop Integration components you configure in a workbook. You may want to define additional styles to meet the needs of your desktop integration project. If you do, familiarize yourself with the formats in an Excel workbook that render differently depending on the locale, region, and language. Once you have decided what styles to apply to the ADF Desktop Integration components at runtime, you write EL expressions to associate a style with a component. The ADF Desktop Integration component properties that include StyleName in their name take an EL expression as a value. The ADF Label component 9-2 Desktop Integration Developers Guide for Oracle Application Development Framework and the Label property of other ADF components also support EL expressions. These EL expressions can retrieve the values of string keys defined in resource bundles or the values of attribute control hints defined in your Fusion web application. Finally, in addition to styles that allow you to configure the appearance of an integrated Excel workbook, ADF Desktop Integration provides a collection of properties BrandingItems that enable you to brand your integrated Excel workbook with application name, application version details, and copyright information.9.2 Working with Styles
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