IlvObject
   |
   +--IlvEmptyView
      |
      +--IlvResizableView
         |
         +--IlvAbstractView
            |
            +--IlvChartComponentView
               |
               +--IlvLegendView
  
   
	
		IlvLegendView is a component that displays an image obtained 
from a server from an ilog.views.chart.IlvLegend.
You must call the setServletURL() method
to set the URL of the servlet.| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								IlvLegendView(left, top, width, height, reload, namespace)
							 
							
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 
								enableHitmap(enable, tolerance)
								 
								Make legend view hit map feature enable. 
							 | 
						|
| 
								
								 Returns the path of the waiting image, if defined. 
							 | 
						|
| 
								 
								init()
								 
								Initializes the view. 
							 | 
						|
| 
								 
								performAction(actionName, params, udpateImage)
								 
								Performs an action on the server side. 
							 | 
						
| childrenToHTML, getCursor, getGlassView, getHitInfos, getHitInfoTypes, getInteractor, keyPress, mouseDown, mouseDrag, mouseMove, mouseOut, mouseOver, mouseUp, putHitInfoType, setAccessible, setAdditionalParameters, setCursor, setHitmapLayers, setInteractor, setScrollBarSize, setScrollBarState | 
| getMaximumSize, getMinimumSize, isResizable, setHotkeys, setMaximumSize, setMinimumSize, setResizable, toHTML | 
| addSizeListener, getBounds, getHeight, getLeft, getLocation, getSize, getTop, getWidth, isStateInCookie, removeSizeListener, restoreState, saveState, setBounds, setLocation, setSize, setStateInCookie | 
| dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
false.
								
							IlvViews in multiple browser windows,
or in multiple frames of a frameset and the views must store cookies that
should not conflict with each other. In this case, use the namespace to uniquely
identify the views that belong to a specific browser window or frameset frame.
For example, if you have created a new window with a unique name:
you can then use the window name to define the namespace for views within the child page:open(childPageURL, uniqueWindowName, ...);
var view = new IlvXXXXView(..., window.name);
onLoad event of the page
containing the view.
						
						 
					IlvChartServerAction interface and register the
action with an instance of IlvChartServletSupport. An action is
defined by a name and a list of parameters.
						
						 
					true to update the image.