org.aspsimon.termcomp.interfaces
Interface MenuInterface
- All Known Implementing Classes:
- MenuTracker
public interface MenuInterface
Local Interface for the MenuTracker class. Method documentation can be
found in the documentation for MenuTracker.
- Version:
- $Revision: 104 $
- Author:
- binabik
|
Method Summary |
void |
actionPerformed(javax.faces.event.ActionEvent action)
|
void |
create()
|
void |
destroy()
|
java.util.Map<java.lang.String,java.lang.Boolean> |
getMenuMap()
|
void |
setMenuMap(java.util.Map<java.lang.String,java.lang.Boolean> menuMap)
|
create
void create()
destroy
void destroy()
getMenuMap
java.util.Map<java.lang.String,java.lang.Boolean> getMenuMap()
setMenuMap
void setMenuMap(java.util.Map<java.lang.String,java.lang.Boolean> menuMap)
actionPerformed
void actionPerformed(javax.faces.event.ActionEvent action)