Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.run
Class RunWithFlexfieldsMenuController

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.run.RunWithFlexfieldsMenuController
All Implemented Interfaces:
oracle.ide.controller.Controller

public class RunWithFlexfieldsMenuController
extends java.lang.Object
implements oracle.ide.controller.Controller

Controller class for right click and select 'Run with Flexfields'.


Field Summary
static int RUN_WITH_FLEX_CMD_ID
          The Id for the 'Run with Flexfields' command.
 
Fields inherited from interface oracle.ide.controller.Controller
UPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED
 
Constructor Summary
RunWithFlexfieldsMenuController()
           
 
Method Summary
 boolean handleEvent(oracle.ide.controller.IdeAction action, oracle.ide.Context context)
          This method handles the event.
static boolean runDialogs(oracle.ide.Context context, boolean runningNotDebugging)
          Runs the dialogs to promt the user for input.
 boolean update(oracle.ide.controller.IdeAction action, oracle.ide.Context context)
          The update method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUN_WITH_FLEX_CMD_ID

public static final int RUN_WITH_FLEX_CMD_ID
The Id for the 'Run with Flexfields' command.

Constructor Detail

RunWithFlexfieldsMenuController

public RunWithFlexfieldsMenuController()
Method Detail

handleEvent

public boolean handleEvent(oracle.ide.controller.IdeAction action,
                           oracle.ide.Context context)
This method handles the event.

Specified by:
handleEvent in interface oracle.ide.controller.Controller
Parameters:
action - The action object.
context - The context object.
Returns:
The outcome.

runDialogs

public static boolean runDialogs(oracle.ide.Context context,
                                 boolean runningNotDebugging)
Runs the dialogs to promt the user for input.

Parameters:
context - context.
runningNotDebugging - are we running (true), or debugging?
Returns:
true if we need to start the run or debug process, false otherwise.

update

public boolean update(oracle.ide.controller.IdeAction action,
                      oracle.ide.Context context)
The update method.

Specified by:
update in interface oracle.ide.controller.Controller
Parameters:
action - The action to be enabled/disabled.
context - The context object.
Returns:
The updated action.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.