Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvFacesOverviewProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvSizedViewProxy
            |
            +--IlvBasicViewHelperProxy
               |
               +--IlvFacesOverviewProxy

Category:
Framework JSF component
JavaScript File:
IlvFacesOverviewProxy.js
Description:
The IlvFacesOverviewProxy is the proxy to handle IlvOverview DHTML object.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvFacesOverviewProxy(clientId, refNodeId, width, height)
Method Summary
Method Attributes Method Name and Description
 
Indicates if the overview is in autorefresh mode.
 
Returns whether the over view is ignoreContentAspectRatio size or not.
 
Returns whether the managed view is resizable or not.
 
setAutoRefresh(autoRefresh)
Sets the autorefresh mode of the overview.
 
setIgnoreContentAspectRatio(ignoreContentAspectRatio)
Sets whether the over view is ignoreContentAspectRatio size or not.
 
setResizable(resizable)
Sets whether the managed view is resizable or not.
Methods inherited from class IlvBasicViewHelperProxy
getMessageBox, getView, setMessageBox, setView
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
IlvFacesOverviewProxy
IlvFacesOverviewProxy(clientId, refNodeId, width, height)
Parameters:
clientId - The id used to identify the proxy.
refNodeId - The id of parent node.
width - The width of the view.
height - the height of the view.
Method Detail
isAutoRefresh
isAutoRefresh()
Indicates if the overview is in autorefresh mode.

isIgnoreContentAspectRatio
isIgnoreContentAspectRatio()
Returns whether the over view is ignoreContentAspectRatio size or not.
Since:
JViews 8.8

isResizable
isResizable()
Returns whether the managed view is resizable or not.

setAutoRefresh
setAutoRefresh(autoRefresh)
Sets the autorefresh mode of the overview. In autorefresh mode, the image of the overview is recomputed each time a new image is computed in the main view.
Parameters:
autoRefresh - The autorefresh mode to be set.

setIgnoreContentAspectRatio
setIgnoreContentAspectRatio(ignoreContentAspectRatio)
Sets whether the over view is ignoreContentAspectRatio size or not.
Parameters:
ignoreContentAspectRatio - The ignoreContentAspectRatio flag.
Since:
JViews 8.8

setResizable
setResizable(resizable)
Sets whether the managed view is resizable or not.
Parameters:
resizable - The resizable flag.

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