IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
  
   
	
		IlvObject. Most of the operations
can be done of the proxy, however if you need to access its subject you
can call the getObject() method.| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								IlvFacesProxy(clientId)
							 
							
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 
								dispose()
								 
								Disposes the proxy instance. 
							 | 
						|
| 
								
								 Returns the absolute identifier of the server side JavaServer Faces component. 
							 | 
						|
| 
								
								 Returns the JViews DHTML object managed by this proxy. 
							 | 
						|
| 
								
								 Returns the coordinates of the reference node of this component. 
							 | 
						|
| 
								
								 Returns subject of this proxy which is an the JViews Thin-Client JavaScript 
 
							IlvObject. | 
						|
| 
								
								 Returns the reference node of this component. 
							 | 
						|
| 
								 IlvFacesProxy.
								onload(object)
								 
								Unlocks the notify state and marks the page as loaded. 
							 | 
						|
| 
								 
								setAbsoluteId(absId)
								 
								Sets the absolute identifier of the server side JavaServer Faces component. 
							 | 
						|
| 
								 
								setJViewsDHTMLObject(object)
								 
								Sets the JViews DHTML object that will be managed by this proxy. 
							 | 
						|
| 
								 
								setObject(object)
								 
								Sets the JViews DHTML object that will be managed by this proxy. 
							 | 
						|
| 
								
								 Adds support for page identifier (pageId or tabId). 
							 | 
						|
| 
								 
								setReferenceNode(refNode)
								 
								Sets the reference node of this component. 
							 | 
						|
| 
								 
								toHTML()
								 
								Creates the HTML components of the wrapped DHTML object. 
							 | 
						
| getClientId, notify | 
| getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
IlvObject.
						
						 
					IlvObject.