Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.menu.unboundtf
Class TaskflowMainMenuController

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.menu.unboundtf.TaskflowMainMenuController
All Implemented Interfaces:
Controller

public class TaskflowMainMenuController
extends java.lang.Object
implements Controller

Controller class for right click on an unbound taskflow and select "Create Applications Menus".

Author:
David Groves <david.groves@oracle.com>

Field Summary
static int MENU_CMD_ID
          The Id for the setid 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
TaskflowMainMenuController()
           
 
Method Summary
 boolean handleEvent(IdeAction action, Context context)
          This method handles the event.
 boolean update(IdeAction action, 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

MENU_CMD_ID

public static final int MENU_CMD_ID
The Id for the setid command.

Constructor Detail

TaskflowMainMenuController

public TaskflowMainMenuController()
Method Detail

handleEvent

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

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

update

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

Specified by:
update in interface 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 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.