Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
Constructor Attributes Constructor Name and Description
 
IlvBasicViewHelperProxy(clientId, refNodeId, width, height)
Method Summary
Method Attributes Method Name and Description
 
Returns the message box of the view.
 
getView(view)
Returns the dependency view of this component.
 
Sets the message box of the view.
 
setView(view)
Sets the dependency view of this component
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
IlvBasicViewHelperProxy
IlvBasicViewHelperProxy(clientId, refNodeId, width, height)
Parameters:
clientId - The id used to identify the proxy.
refNodeId - The id of parent node.
width - The width of current view.
height - The height of current view.
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.
Parameters:
view - Not actually used.
Returns:
The view to link to.

setMessageBox
setMessageBox(The)
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.

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