Packageorg.apache.flex.core
Interfacepublic interface IRollOverModel extends IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors ArrayListSelectionModel, ArraySelectionModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IRollOverModel interface describes the minimum set of properties available to control that supports rollover highlighting of an item within a set of items.



Public Properties
 PropertyDefined By
  rollOverIndex : int
The index of the item that is currently under the mouse.
IRollOverModel
Property Detail
rollOverIndexproperty
rollOverIndex:int

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The index of the item that is currently under the mouse.


Implementation
    public function get rollOverIndex():int
    public function set rollOverIndex(value:int):void