Class IlvMapRectInteractor
				
			
		
   
   
   IlvObject
   |
   +--IlvInteractor
      |
      +--IlvDragRectangleInteractor
         |
         +--IlvMapRectInteractor
  
   
	
		
	   
		
				
				
		
		
				
				
				
					
						- Category:
- Graphics Framework component
							- JavaScript File:
- 							
							
							IlvMapRectInteractor.js
							
						- Description:
- An IlvMapRectInteractoris an interactor that lets you select 
an area of theIlvViewto perform an action on the server. 
The action is specified by a name that can be set bysetActionName. 
Once the interactor has been installed on the view, when the 
user selects an area, a new request is sent to the server with additional 
parameters. To implement the action on the server side, you will have to 
implement a subclass ofServerActionListeneron the server side.
			
		  
		  
		   
			
				Constructor Summary
				
					
						| Constructor Attributes | Constructor Name and Description | 
				
				
					
						|  |  | 
				
			
		
			
			
			
				
				
				
					 
					Method Summary
					
						
							| Method Attributes | Method Name and Description | 
					
					
					
						
							
							|  | Returns the name of the action to perform on the server side. | 
					
						
							
							|  | Changes the name of the action to perform on the server side. | 
					
					
				
				
				
				
				
				
				Methods inherited from class IlvDragRectangleInteractor| addRectangleDraggedListener, getColor, getLineWidth, getRectangle, getXYRatio, onmousedown, onmousemove, onmouseup, removeRectangleDraggedListener, setColor, setLineWidth, setXYRatio, startDragging, stopDragging, whileDragging | 
Methods inherited from class IlvObject| dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
				
			
			
		
			
			 
			 
			 
				
					Constructor Detail
				
				
						IlvMapRectInteractor
				
				
						IlvMapRectInteractor(actionName)
				
				
				
				
					
						
						- Parameters:
- 
								 
								actionName
								
								 
								 - The name of the action.
								
							
 
			
			
		
			
		
			
				 
					Method Detail
				
					 
					
					
						getActionName
					
					
					
					
					
					getActionName()
					
					
					
						Returns the name of the action to perform on the server side.
						
						 
					
					
					
					
					
										
					
						
					
					
						
					
									
						
						
						
						
						
						
						
						
						
						
						
						
						
					
				
					 
					
					
						setActionName
					
					
					
					
					
					setActionName(actionName)
					
					
					
						Changes the name of the action to perform on the server side.
						
						 
					
					
					
					
					
					
							
							- Parameters:
- 
								 
								actionName
								
								 
								 - The action name to set.
								
							
	
		
			©Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.