IlvSelectInteractor

IlvObject
  |
  +--IlvInteractor
       |
       +--IlvSelectInteractor
Category:
Graphics Framework component
JavaScript File:
IlvSelectInteractor.js
Description:
An IlvSelectInteractor is an interactor that lets the user make a selection on a view and move that selection.

To customize the selection, retrieve the IlvSelectionManager object in the view through the IlvView.getSelectionManager() method.


Constructor Summary
IlvSelectInteractor()

Constructor Detail

IlvSelectInteractor

IlvSelectInteractor()
Creates an instance of IlvSelectInteractor.

Inherited Methods from IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility