Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
Constructor Attributes Constructor Name and Description
 
IlvMessageBoxProxy(clientId, refNodeId)
Method Summary
Method Attributes Method Name and Description
 
displayMessage(message)

Displays the message in this message box.

Methods inherited from class IlvSizedViewProxy
afterLayoutHandler, getAbsoluteBounds, getBounds, getCreationSize, getHeight, getMinimumSize, getWidth, positionAfterLayout, registerResizeListener, resizeAfterLayout, setMinimumSize
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvMessageBoxProxy
IlvMessageBoxProxy(clientId, refNodeId)
Parameters:
clientId - The id used to identify the proxy.
refNodeId - The id of parent node.
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.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.