-
Book Overview & Buying
-
Table Of Contents
Oracle ADF 11gR2 Development Beginner's Guide
By :
Now we will see how a method call activity is added to the task flow:
Drag the Method Call activity from the Components section of the Component Palette to the createEmployeeTaskflow task flow to see that Component Palette is available from the View menu or use the default keyboard shortcut Ctrl + Shift + P to invoke the palette.

In the task flow, we will have the entries as follows:
<task-flow-definition id="createEmployeeFlow">
<default-activity>methodCall1</default-activity>
<method-call id="methodCall1">
</method-call>
<use-page-fragments/>
</task-flow-definition>
fixed-outcome: When this method is called, the outcome of the Method Call Activity button is provided in the fixed-outcome property from the property inspector.
to-string: Setting this option to true for the method activity will navigate the outcome to the specified outcome, just like calling the toString() method from...
Change the font size
Change margin width
Change background colour