IlvObject
   |
   +--IlvInteractor
      |
      +--IlvRowSelectInteractor
  
   
	
		IlvRowSelectInteractor works with an 
IlvRowSelectAction on the server side to select rows in an 
IlvGanttComponentView.
You should create the interactor on the client side with the same action name
that you use to register the IlvRowSelectAction on the server 
side.| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								IlvRowSelectInteractor(actionName)
							 
							
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								
								 Returns whether the interactor requests new capabilities from the server. 
							 | 
						|
| 
								 
								mouseDown(e)
								 
								Handles mouse down events. 
							 | 
						|
| 
								
								 Sets whether the interactor requests new capabilities from the server. 
							 | 
						|
| 
								 
								setView(view)
								 
								This method is automatically invoked when the interactor is installed. 
							 | 
						
| getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage | 
| dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
IlvGanttServletSupport.addServerAction() 
                   method to register the IlvRowSelectAction on 
                   the server side.
                   Selecting a row does not modify any of the standard 
                   capabilities of the servlet. Therefore, by default this 
                   interactor requests an updated image from the servlet 
                   after the row selection is performed. If your servlet
                   implementation generates custom capabilities that are 
                   dependent on row selection, you can enable the interactor
                   to request new capabilities by calling the 
                   setUpdateCapabilities method.
								
							
false.
						
						 
					false.