public class IlvGanttObjectSelectedFinder extends Object implements IlvObjectSelectedFinder
IlvGanttObjectSelectedFinder
is the default implementation of
IlvObjectSelectedFinder
for the
IlvFacesNodeSelectInteractor
.Constructor and Description |
---|
IlvGanttObjectSelectedFinder()
Creates a new
IlvGanttObjectSelectedFinder instance. |
Modifier and Type | Method and Description |
---|---|
Object |
computeObjectSelected(IlvBasicView view,
String[] params)
Returns the
IlvHierarchyNode found in the params[0] position. |
Object |
computeObjectSelected(IlvFacesHierarchyChartView view,
int vPos)
Returns the
IlvHierarchyNode found in the vPos position. |
Object |
computeObjectSelected(IlvHierarchyChart hChart,
int vPos)
Returns the
IlvHierarchyNode found in the vPos position. |
public IlvGanttObjectSelectedFinder()
IlvGanttObjectSelectedFinder
instance.public Object computeObjectSelected(IlvBasicView view, String[] params)
IlvHierarchyNode
found in the params[0]
position.computeObjectSelected
in interface IlvObjectSelectedFinder
view
- The faces view component.params
- The array of parameters.public Object computeObjectSelected(IlvFacesHierarchyChartView view, int vPos)
IlvHierarchyNode
found in the vPos
position.view
- The faces view component.vPos
- The vertical position in pixel.null
if not found.public Object computeObjectSelected(IlvHierarchyChart hChart, int vPos)
IlvHierarchyNode
found in the vPos
position.hChart
- The IlvHierarchyChart
instance.vPos
- The vertical position in pixel.null
otherwise.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.