ilog.views.util.servlet
Interface IlvMenuFactory
- All Superinterfaces:
- Serializable
public interface IlvMenuFactory
- extends Serializable
This interface defines a factory that generates
IlvMenus depending on:
- The graphic component that renders the image.
- The object selected by the use when he triggered the menu.
- The menu model ID sent by the client.
- Since:
- JViews 7.5
createMenu
IlvMenu createMenu(Object graphicComponent,
Object selectedObject,
String menuModelId)
- Generates the model of the menu.
- Parameters:
graphicComponent - The Swing graphic graphic componentselectedObject - The graphic or model object selected.menuModelId - The optional menu model ID shared by interactors.
- Returns:
- The root menu of the generated menu.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.