org.opennms.web.map.config
Class ContextMenu

java.lang.Object
  extended by org.opennms.web.map.config.ContextMenu

public class ContextMenu
extends Object

ContextMenu class.

Since:
1.8.1
Version:
$Id: $
Author:
Antonio Russo

Nested Class Summary
 class ContextMenu.CMEntry
           
 
Constructor Summary
ContextMenu()
           
 
Method Summary
 void addEntry(String command, String link, String params)
          addEntry
 List<ContextMenu.CMEntry> getEntries()
          Getter for the field entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextMenu

public ContextMenu()
Method Detail

addEntry

public void addEntry(String command,
                     String link,
                     String params)

addEntry

Parameters:
command - a String object.
link - a String object.
params - a String object.

getEntries

public List<ContextMenu.CMEntry> getEntries()

Getter for the field entries.

Returns:
a List object.


Copyright © 2011. All Rights Reserved.