Package | Description |
---|---|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
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.servlet |
Generic Java Servlet to produce images from a JViews Manager.
|
ilog.views.util.servlet |
This package contains various utility classes used in thinclient.
|
ilog.views.util.servlet.model |
This package contains common model classes used in thinclient.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvFacesChartPopupAction.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Returns the menu model from the session.
|
protected IlvMenu |
IlvFacesChartPopupSupport.getPopupMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieve menu model stored in the session with the
MENU_SESSION_KEY key. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvFacesChartPopupSupport.savePopupMenuModelInSession(javax.servlet.http.HttpServletRequest request,
IlvMenu root)
Saves the generated menu in session using the
MENU_SESSION_KEY key. |
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvPopupChartServerAction.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieves the previously created menu from the session.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvFacesPopupMenuActionListener.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Returns the menu model from the session,
|
protected IlvMenu |
IlvFacesManagerPopupSupport.getPopupMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieve menu model stored in the session with the
MENU_SESSION_KEY key. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvFacesManagerPopupSupport.savePopupMenuModelInSession(javax.servlet.http.HttpServletRequest request,
IlvMenu root)
Saves the generated menu in session using the
MENU_SESSION_KEY key. |
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.
|
protected IlvMenu |
IlvFacesGanttPopupMenuAction.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Returns the menu model from the session,
|
protected IlvMenu |
IlvFacesGanttPopupSupport.getPopupMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieve menu model stored in the session with the
MENU_SESSION_KEY key. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvFacesGanttPopupSupport.savePopupMenuModelInSession(javax.servlet.http.HttpServletRequest request,
IlvMenu root)
Saves the generated menu in session using the
MENU_SESSION_KEY key. |
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.
|
protected IlvMenu |
IlvPopupMenuAction.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieves the previously created menu from the session.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMenu |
IlvPopupMenuServerActionListener.getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Returns the root menu of the menu model.
|
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. |
IlvMenu |
IlvMenuFactory.createMenu(Object graphicComponent,
Object selectedObject,
String menuModelId)
Generates the model of the menu.
|
protected IlvMenu |
IlvPopupMenuServletSupport.getPopupMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieve menu model stored in the session with the
MENU_SESSION_KEY key. |
Modifier and Type | Method and Description |
---|---|
static IlvMenuItem |
IlvPopupMenuEncoder.getMenuItemAt(IlvMenu root,
String encodedPath)
Returns the menu item specified by the path encoded by this encoder.
|
protected void |
IlvPopupMenuServletSupport.savePopupMenuModelInSession(javax.servlet.http.HttpServletRequest request,
IlvMenu root)
Saves the generated menu in session using the
MENU_SESSION_KEY key. |
abstract void |
IlvPopupMenuEncoder.writeMenu(IlvMenu menu,
Writer out)
Write the menu passed as parameter using the specified writer.
|
void |
IlvDefaultPopupMenuEncoder.writeMenu(IlvMenu menu,
Writer out)
Writes the menu passed as parameter using the specified writer.
|
Modifier and Type | Method and Description |
---|---|
IlvMenu |
IlvMenuItem.getParent()
Returns the parent
IlvMenu that contains
this menu item. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMenuItem.setParent(IlvMenu parent)
Sets the parent
IlvMenu of
this menu item. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.