Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesGanttPopupMenuAction
The
IlvFacesGanttPopupMenuAction is the default server action
to handle pop-up menu actions. |
class |
IlvFacesGanttSelectAction
This server action is executed out of the JSF lifecycle, in the servlet that
generates images.
|
Modifier and Type | Method and Description |
---|---|
protected IlvServerAction |
IlvFacesGanttSelectionSupport.createImageModeAction()
Creates the server action that handles changing the representation mode for
the selection.
|
protected IlvServerAction |
IlvFacesGanttPopupSupport.createListener()
Returns a new instance of
IlvFacesGanttPopupMenuAction which can handle pop-up menu actions. |
protected IlvServerAction |
IlvFacesGanttSelectionSupport.createMoveSelectionAction()
Creates the server action that handles moving the selected objects.
|
protected IlvServerAction |
IlvFacesGanttSelectionSupport.createSelectObjectAction()
Creates the server action that handles selecting objects.
|
IlvServerAction |
IlvFacesGanttServletSupport.getDefaultJSFSelectAction()
Returns the default row select action.
|
IlvServerAction |
IlvFacesGanttServletSupport.getDefaultResizeActivityAction()
Gets the default resize activity action.
|
IlvServerAction |
IlvFacesGanttServletSupport.getDefaultResizeHeaderAction()
Returns the default resize header action.
|
IlvServerAction |
IlvFacesGanttServletSupport.getDefaultRowExpandCollapseAction()
Returns the default row expand/collapse action.
|
IlvServerAction |
IlvFacesGanttServletSupport.getDefaultRowSelectAction()
Returns the default row select action.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesGanttServletSupport.setDefaultJSFSelectAction(IlvServerAction defaultRowSelectAction)
Sets the default row select action.
|
void |
IlvFacesGanttServletSupport.setDefaultResizeActivityAction(IlvServerAction defaultResizeActivityAction)
Sets the default resize activity action.
|
void |
IlvFacesGanttServletSupport.setDefaultResizeHeaderAction(IlvServerAction defaultResizeHeaderAction)
Sets the default resize header action.
|
void |
IlvFacesGanttServletSupport.setDefaultRowExpandCollapseAction(IlvServerAction defaultRowExpandCollapseAction)
Sets the default row expand/collapse action.
|
void |
IlvFacesGanttServletSupport.setDefaultRowSelectAction(IlvServerAction defaultRowSelectAction)
Sets the default row select action.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPopupMenuAction
This action must be registered on the gantt servlet support pop-up menus.
|
class |
IlvResizeActivityAction
This action is used to resize a selected activity.
|
class |
IlvRowExpandCollapseAction
An
IlvRowExpandCollapseAction is a server side action that
toggles the expand/collapse status of a row when requested from the client. |
class |
IlvRowSelectAction
An
IlvRowSelectAction is a server side action that selects a
a row when requested from the client. |
Modifier and Type | Method and Description |
---|---|
protected IlvServerAction |
IlvGanttSelectionSupport.createImageModeAction()
Creates the server action that handles changing the representation mode for
the selection.
|
protected IlvServerAction |
IlvGanttPopupMenuSupport.createListener()
Returns the server action listener that manages the actions that come from
the pop-up menu.
|
protected IlvServerAction |
IlvGanttSelectionSupport.createMoveSelectionAction()
Creates the server action that handles moving the selected objects.
|
protected IlvServerAction |
IlvGanttSelectionSupport.createResizeActivityAction()
Creates the server action that handles resizing the selected activities.
|
protected IlvServerAction |
IlvGanttSelectionSupport.createSelectObjectAction()
Creates the server action that handles selecting objects.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttServletSupport.addServerAction(String name,
IlvServerAction action)
Adds the specified
IlvServerAction to receive events when the named
action is requested from the client. |
void |
IlvGanttServletSupport.removeServerAction(String name,
IlvServerAction action)
Removes the specified
IlvServerAction so that it no longer
receives action events generated from the client. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.