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

E22562-05

oracle.apps.fnd.applcore.dt.flex.wizard.filter
Class FlexfieldFilterMenu

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.filter.FlexfieldFilterMenu
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, ContextMenuListener

public class FlexfieldFilterMenu
extends java.lang.Object
implements ContextMenuListener, java.awt.event.ActionListener

Menu class for the Remove Flexfield Filter menu.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
FlexfieldFilterMenu()
          Default constructor for this Flexfield Filter Menu.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Perform the action for this menu.
 boolean handleDefaultAction(Context context)
          Handle the default action.
 void menuWillHide(ContextMenu contextMenu)
          Method to determine if this menu should be hidden on the current context menu.
 void menuWillShow(ContextMenu contextMenu)
          Method to determine if this menu should be displayed on the current context menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldFilterMenu

public FlexfieldFilterMenu()
Default constructor for this Flexfield Filter Menu.

Method Detail

menuWillShow

public void menuWillShow(ContextMenu contextMenu)
Method to determine if this menu should be displayed on the current context menu. This menu will only be displayed on view objects.

Specified by:
menuWillShow in interface ContextMenuListener
Parameters:
contextMenu - The current context menu.

menuWillHide

public void menuWillHide(ContextMenu contextMenu)
Method to determine if this menu should be hidden on the current context menu.

Specified by:
menuWillHide in interface ContextMenuListener
Parameters:
contextMenu - The current context menu.

handleDefaultAction

public boolean handleDefaultAction(Context context)
Handle the default action.

Specified by:
handleDefaultAction in interface ContextMenuListener
Parameters:
context - The context for the action.
Returns:
boolean indicating success of the action.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Perform the action for this menu.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Context for this action.

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.