IlvObject
   |
   +--IlvEmptyView
      |
      +--IlvResizableView
  
   
	
		IlvResizableView is an extension of IlvEmptyView
that can be resized by the user if setResizable(true) is called.| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								IlvResizableView(left, top, width, height, namespace)
							 | 
| Method Attributes | Method Name and Description | 
|---|---|
| Returns the maximum size allowed for the view. | |
| Returns the minimum size allowed for the view. | |
| 
								isResizable(set)
								 Indicates whether this view can be resized. | |
| 
								setChildrenBounds(left, top, width, height)
								 Changes the size of this view's children. | |
| 
								setHotkeys(hotkeys)
								 Sets the customized hotkeys. | |
| 
								setMaximumSize(width, height)
								 Sets the maximum size allowed for the view. | |
| 
								setMinimumSize(width, height)
								 Sets the minimum size allowed for the view. | |
| 
								setResizable(set)
								 Specifies whether this view can be resized. | |
| 
								toHTML(parentNode)
								 Creates the HTML for this component. | 
| addSizeListener, childrenToHTML, 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 | 
IlvResizableViews 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 IlvResizableView(..., window.name);
width and 
         height.width and 
         height.IlvResizableView's internal implementation and
is not a public API.
						
						 
					childrenToHTML() instead.