Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


oracle.alm.view.model
Class AlmContextMenuModel

java.lang.Object
  extended by oracle.alm.view.model.AlmContextMenuModel


public abstract class AlmContextMenuModel
extends java.lang.Object

The AlmContextMenuModel is the interface to define the UI model for TPC contetxMenu tag.

Since:
11.1.1.2.0

Constructor Summary
AlmContextMenuModel()
           

 

Method Summary
abstract  java.util.List<ContextMenuItem> getMenuItems(RenderingContext rcontext, AlmComponent component)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AlmContextMenuModel

public AlmContextMenuModel()

Method Detail

getMenuItems

public abstract java.util.List<ContextMenuItem> getMenuItems(RenderingContext rcontext,
                                                             AlmComponent component)
Returns:
"label, listener" Map.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


Copyright © 1998,2012, Oracle. All rights reserved.