IlvMessageBoxProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvSizedViewProxy
                 |
                 +--IlvMessageBoxProxy
Category:
Framework JSF component
JavaScript File:
IlvMessageBoxProxy.js
Description:
JavaScript proxy for the MessageBox component.
This component wraps an IlvHTMLPanel instance.

Constructor Summary
IlvMessageBoxProxy(clientId, refNodeId)

Method Summary
displayMessage(message)

Displays the message in this message box.

Constructor Detail

IlvMessageBoxProxy

IlvMessageBoxProxy(clientId, refNodeId)
Creates an instance of IlvMessageBoxProxy.

Method Detail

displayMessage

displayMessage(message)

Displays the message in this message box.

Note that components connected to this message may change this message.

Parameters:
message - The message to display.

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