Package | Description |
---|---|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.diagrammer.faces.dhtml.servlet |
This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.faces.component |
This package contains the base JViews JavaServer Faces component classes.
|
ilog.views.faces.dhtml.servlet |
This package contains the servlet, servlet support and actions to manage the image generation and interactions.
|
ilog.views.gantt.faces.dhtml.servlet |
This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.gantt.servlet |
Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
|
ilog.views.util.servlet |
This package contains various utility classes used in thinclient.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenuFactory |
IlvFacesChartServletSupport.getMenuFactory(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves or creates the menu factory used in this pop-up menu request.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenuFactory |
IlvFacesDiagrammerServletSupport.getMenuFactory(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves or creates the menu factory used in this pop-up menu request.
|
Modifier and Type | Method and Description |
---|---|
IlvMenuFactory |
IlvFacesContextualMenu.getFactory()
Returns the factory that will dynamically generate the pop-up menu depending on the graphic object clicked.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesContextualMenu.setFactory(IlvMenuFactory factory)
Sets the factory that will dynamically generate the pop-up menu depending on the graphic object clicked.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenuFactory |
IlvFacesManagerServletSupport.getMenuFactory(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves or creates the menu factory used in this pop-up menu request.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenuFactory |
IlvFacesGanttServletSupport.getMenuFactory(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves or creates the menu factory used in this pop-up menu request.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvFacesGanttPopupSupport.createMenu(javax.servlet.http.HttpServletRequest request,
IlvMenuFactory factory,
Object graphicObject,
Object selectedObject,
String menuModelId)
Calls the menu factory to return the menu model.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvGanttPopupMenuSupport.createMenu(javax.servlet.http.HttpServletRequest request,
IlvMenuFactory factory,
Object graphicObject,
Object selectedObject,
String menuModelId)
Calls the menu factory to return the menu model.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenuFactory |
IlvPopupMenuServletSupport.getMenuFactory(javax.servlet.http.HttpServletRequest request)
Returns the factory that dynamically generates the menu depending on:
The graphic component.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvPopupMenuServletSupport.createMenu(javax.servlet.http.HttpServletRequest request,
IlvMenuFactory factory,
Object graphicObject,
Object selectedObject,
String menuModelId)
Calls the menu factory to return the menu model.
|
protected IlvMenu |
IlvPopupMenuServletSupport.createMenu(IlvMenuFactory factory,
Object graphicObject,
Object selectedObject,
String menuModelId)
Deprecated.
Beginning with Rogue Wave JViews 8.0 use
IlvPopupMenuServletSupport.createMenu(HttpServletRequest, IlvMenuFactory, Object, Object, String) instead. |
void |
IlvPopupMenuServletSupport.setMenuFactory(IlvMenuFactory menuFactory)
Sets the menu factory that generates the pop-up menu.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.