IlvBasicViewHelperProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvSizedViewProxy
                 |
                 +--IlvBasicViewHelperProxy
Category:
Framework JSF component
JavaScript File:
IlvBasicViewHelperProxy.js
Description:
The IlvBasicViewHelperProxy class is the base proxy class for the DHTML components that have a view and depend on an other view.

Constructor Summary
IlvBasicViewHelperProxy(clientId, refNodeId, width, height)

Method Summary
getMessageBox()
Returns the message box of the view.
getView(view)
Returns the dependency view of this component.
setMessageBox(messageBox)
Sets the message box of the view.
setView(view)
Sets the dependency view of this component

Constructor Detail

IlvBasicViewHelperProxy

IlvBasicViewHelperProxy(clientId, refNodeId, width, height)
Creates an instance of IlvBasicViewHelperProxy.

Method Detail

getMessageBox

getMessageBox()
Returns the message box of the view. The messages of the view will be displayed in this message box.
Returns:
The message box.

getView

getView(view)
Returns the dependency view of this component.

setMessageBox

setMessageBox(messageBox)
Sets the message box of the view. The messages of this view will be displayed in this message box.
Parameters:
The - message box.

setView

setView(view)
Sets the dependency view of this component
Parameters:
view - The view to link this component to.

Inherited Methods from IlvSizedViewProxy
afterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, onResize, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize
Inherited Methods from IlvFacesProxy
getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setReferenceNode, toHTML
Inherited Methods from IlvPropertyStateManager
getClientId, notify
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility