Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvInteractorGroup

IlvObject
   |
   +--IlvInteractor
      |
      +--IlvInteractorGroup

Category:
Common component
JavaScript File:
IlvInteractorGroup.js
Description:
IlvInteractorGroup coordinates a number of IlvInteractors. It is a subclass of IlvInteractor so it can be set on a IlvView in the same way as any other interactor. When it receives mouse and key input events, it dispatches the event to the contained interactors.
Since:
JViews 8.7

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
addInteractor(interactor)
Adds an interactor to the group.
 
removeInteractor(interactor)
Removs an interactor from the group.
Methods inherited from class IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvInteractorGroup
IlvInteractorGroup()
Method Detail
addInteractor
addInteractor(interactor)
Adds an interactor to the group. You must not call this method once the group has been set on an IlvView.
Parameters:
interactor - The instance of IlvInteractor.

removeInteractor
removeInteractor(interactor)
Removs an interactor from the group. You must not call this method once the group has been set on an IlvView.
Parameters:
interactor - The instance of IlvInteractor.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.