| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
IlvObject. Most operation
can be done of the proxy, however if you need to access its subject you
can call the getObject() method.
#getObject()| Constructor Summary | |
|---|---|
IlvFacesProxy(clientId)
|
|
| Method Summary | |
|---|---|
getAbsoluteId()
Returns the absolute identifier of the server side JavaServer Faces component. |
|
getJViewsDHTMLObject()
Returns the JViews DHTML object managed by this proxy. |
|
getNodeCoords()
Returns the coordinates of the reference node of this component. |
|
getObject()
Returns subject of this proxy which is an the ILOG JViews Thin-Client JavaScript IlvObject. |
|
getReferenceNode()
Returns the reference node of this component. |
|
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. |
|
setReferenceNode(refNode)
Sets the reference node of this component. |
|
toHTML()
Creates the HTML components of the wrapped DHTML object. |
|
| Constructor Detail |
IlvFacesProxy(clientId)
| Method Detail |
getAbsoluteId()
getJViewsDHTMLObject()
getNodeCoords()
getObject()
IlvObject. IlvObject.getReferenceNode()
setAbsoluteId(absId)
absId - The absolute identifier of the component.setJViewsDHTMLObject(object)
object - The wrapped JViews DHTML object.setObject(object)
object - The wrapped JViews DHTML object.setReferenceNode(refNode)
refNode - The DOM node of the container.toHTML()
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |