public interface IPopupPolicy extends IPolicy
PopupLayer,
IPopupRenderer,
DefaultPopupRenderer| Modifier and Type | Method and Description |
|---|---|
Object |
getPopupTitleValue(IRelationship relationship,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup for
a relationship.
|
Object |
getPopupTitleValue(TimelineObjectPath path,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup of
a timeline object.
|
Object |
getPopupTitleValue(TreePath path,
IGanttChartModel model)
Returns an object that can be utilized to provide a title for a popup for
a node in the tree table.
|
Object |
getPopupValue(IRelationship relationship,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a relationship.
|
Object |
getPopupValue(TimelineObjectPath path,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a timeline object.
|
Object |
getPopupValue(TreePath path,
IGanttChartModel model,
boolean extended)
Returns an object that can be utilized to provide some kind of popup for
a node in the tree table.
|
Object getPopupValue(TimelineObjectPath path, IGanttChartModel model, boolean extended)
path - the path to the timeline object for which to return a popup
valuemodel - the data source that returned the node and timeline objectextended - a flag that signals whether the user wants to see the standard
popup information or an extended versionObject getPopupTitleValue(TimelineObjectPath path, IGanttChartModel model)
path - the path to the timeline object for which to return a popup
title valuemodel - the data source that returned the node and timeline objectObject getPopupValue(TreePath path, IGanttChartModel model, boolean extended)
path - the path to the tree node for which to return a popup objectmodel - the data source that returned the node and timeline objectextended - a flag that signals whether the user wants to see the standard
popup information or the extended versionObject getPopupTitleValue(TreePath path, IGanttChartModel model)
path - the path to the tree node for which to return a popup objectmodel - the data source that returned the node and timeline objectObject getPopupValue(IRelationship relationship, IGanttChartModel model, boolean extended)
relationship - the relationship for which to return a popup objectmodel - the data source that returned the relationshipextended - a flag that signals whether the user wants to see the standard
popup information or the extended versionObject getPopupTitleValue(IRelationship relationship, IGanttChartModel model)
relationship - the relationship for which to return a popup objectmodel - the data source that returned the relationshipCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.