public interface IlvChartAreaNavigationMode
IlvChartCycleSelectInteractor
,
IlvChartAreaAccessibleHierarchy
Modifier and Type | Method and Description |
---|---|
IlvChartAreaAccessible |
goBackward(IlvChartAreaAccessibleHierarchy hierarchy,
boolean mayLeave,
IlvChartAreaAccessible sel)
Performs a move "backward" in the hierarchy.
|
IlvChartAreaAccessible |
goDown(IlvChartAreaAccessibleHierarchy hierarchy,
boolean mayLeave,
IlvChartAreaAccessible sel)
Performs a move "down" in the hierarchy.
|
IlvChartAreaAccessible |
goForward(IlvChartAreaAccessibleHierarchy hierarchy,
boolean mayLeave,
IlvChartAreaAccessible sel)
Performs a move "forward" in the hierarchy.
|
IlvChartAreaAccessible |
goUp(IlvChartAreaAccessibleHierarchy hierarchy,
boolean mayLeave,
IlvChartAreaAccessible sel)
Performs a move "up" in the hierarchy.
|
IlvChartAreaAccessible goForward(IlvChartAreaAccessibleHierarchy hierarchy, boolean mayLeave, IlvChartAreaAccessible sel)
hierarchy
- A hierarchy of accessible elements.mayLeave
- If true, the selection may escape from the hierarchy.sel
- The currently selected element, or null
.sel
if the selection should not change, or
null
if the selection should leave the hierarchy.IlvChartAreaAccessible goBackward(IlvChartAreaAccessibleHierarchy hierarchy, boolean mayLeave, IlvChartAreaAccessible sel)
hierarchy
- A hierarchy of accessible elements.mayLeave
- If true, the selection may escape from the hierarchy.sel
- The currently selected element, or null
.sel
if the selection should not change, or
null
if the selection should leave the hierarchy.IlvChartAreaAccessible goDown(IlvChartAreaAccessibleHierarchy hierarchy, boolean mayLeave, IlvChartAreaAccessible sel)
hierarchy
- A hierarchy of accessible elements.mayLeave
- If true, the selection may escape from the hierarchy.sel
- The currently selected element, or null
.sel
if the selection should not change, or
null
if the selection should leave the hierarchy.IlvChartAreaAccessible goUp(IlvChartAreaAccessibleHierarchy hierarchy, boolean mayLeave, IlvChartAreaAccessible sel)
hierarchy
- A hierarchy of accessible elements.mayLeave
- If true, the selection may escape from the hierarchy.sel
- The currently selected element, or null
.sel
if the selection should not change, or
null
if the selection should leave the hierarchy.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.