Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.addin
Class SDContextMenuListener

java.lang.Object
  extended by oracle.apps.fnd.applseed.addin.SDContextMenuListener
All Implemented Interfaces:
ContextMenuListener

public final class SDContextMenuListener
extends java.lang.Object
implements ContextMenuListener


Field Summary
static int SD_CONFIG_DIAGNOSTICS
           
static int SD_CONFIG_EDIT
           
static int SD_CONFIG_REDESIGN_EDIT
           
static int SD_EXTRACT
           
static int SD_UPLOAD
           
static int SD_UPLOAD_PROFILE
           
 
Constructor Summary
SDContextMenuListener()
           
 
Method Summary
 boolean handleDefaultAction(Context context)
          Method returns true if default Action to be handled.
 void menuWillHide(ContextMenu popup)
          Menu will hide event handled.
 void menuWillShow(ContextMenu popup)
          Before context Menu event handled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SD_EXTRACT

public static final int SD_EXTRACT

SD_UPLOAD

public static final int SD_UPLOAD

SD_UPLOAD_PROFILE

public static final int SD_UPLOAD_PROFILE

SD_CONFIG_EDIT

public static final int SD_CONFIG_EDIT

SD_CONFIG_REDESIGN_EDIT

public static final int SD_CONFIG_REDESIGN_EDIT

SD_CONFIG_DIAGNOSTICS

public static final int SD_CONFIG_DIAGNOSTICS
Constructor Detail

SDContextMenuListener

public SDContextMenuListener()
Method Detail

menuWillShow

public void menuWillShow(ContextMenu popup)
Before context Menu event handled.

Specified by:
menuWillShow in interface ContextMenuListener
Parameters:
popup - context popup that will be shown

menuWillHide

public void menuWillHide(ContextMenu popup)
Menu will hide event handled.

Specified by:
menuWillHide in interface ContextMenuListener
Parameters:
popup - Context Menu popup

handleDefaultAction

public boolean handleDefaultAction(Context context)
Method returns true if default Action to be handled.

Specified by:
handleDefaultAction in interface ContextMenuListener
Parameters:
context - context
Returns:
true if default to be handled

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.