public interface IlvGanttComponentManager
IlvGanttComponentManager
coordinates the scrolling, row
expand/collapse, and selection behaviors for a set of UI components that
display information from the same Gantt data model
.
You can retrieve the IlvGanttComponentManager
instance for a
chart by calling the IlvHierarchyChart.getComponentManager()
method.Modifier and Type | Method and Description |
---|---|
void |
addSelectable(IlvJTable table)
Adds a table component to be coordinated with the selection management of
the chart.
|
void |
addSelectable(IlvJTree tree)
Adds a tree component to be coordinated with the selection management of
the chart.
|
void |
addTimeScrollable(IlvTimeScrollable scrollable)
Adds a horizontally scrollable UI component to be coordinated with the
chart.
|
void |
addVerticalExpandable(IlvVerticalExpandable expandable)
Adds an expandable UI component to be coordinated with the chart.
|
void |
addVerticalScrollable(IlvVerticalScrollable scrollable)
Adds a vertically scrollable UI component to be coordinated with the chart.
|
void |
removeSelectable(IlvJTable table)
Removes a table component so that it is no longer coordinated with the
selection management policy of the chart.
|
void |
removeSelectable(IlvJTree tree)
Removes a tree component so that it is no longer coordinated with the
selection management policy of the chart.
|
void |
removeTimeScrollable(IlvTimeScrollable scrollable)
Removes a horizontally scrollable UI component so that it is no longer
coordinated with the chart.
|
void |
removeVerticalExpandable(IlvVerticalExpandable expandable)
Removes an expandable UI component so that it is no longer coordinated
with the chart.
|
void |
removeVerticalScrollable(IlvVerticalScrollable scrollable)
Removes a vertically scrollable UI component so that it is no longer
coordinated with the chart.
|
void addTimeScrollable(IlvTimeScrollable scrollable)
scrollable
- The time scrollable component.removeTimeScrollable(ilog.views.gantt.IlvTimeScrollable)
void removeTimeScrollable(IlvTimeScrollable scrollable)
scrollable
- The time scrollable component to remove.addTimeScrollable(ilog.views.gantt.IlvTimeScrollable)
void addVerticalScrollable(IlvVerticalScrollable scrollable)
scrollable
- The vertically scrollable component.removeVerticalScrollable(ilog.views.gantt.IlvVerticalScrollable)
void removeVerticalScrollable(IlvVerticalScrollable scrollable)
scrollable
- The vertically scrollable component to remove.addVerticalScrollable(ilog.views.gantt.IlvVerticalScrollable)
void addVerticalExpandable(IlvVerticalExpandable expandable)
expandable
- The expandable component.removeVerticalExpandable(ilog.views.gantt.IlvVerticalExpandable)
void removeVerticalExpandable(IlvVerticalExpandable expandable)
expandable
- The expandable component to remove.addVerticalExpandable(ilog.views.gantt.IlvVerticalExpandable)
void addSelectable(IlvJTree tree)
tree
- The tree component.removeSelectable(IlvJTree)
void addSelectable(IlvJTable table)
table
- The table component.removeSelectable(IlvJTable)
void removeSelectable(IlvJTree tree)
tree
- The tree component to remove.addSelectable(IlvJTree)
void removeSelectable(IlvJTable table)
table
- The table component to remove.addSelectable(IlvJTable)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.