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.
|
Method Summary |
isAutoRefresh()
Indicates if the overview is in autorefresh mode. |
isResizable(resizable)
Returns whether the managed view is resizable or not. |
setAutoRefresh(autoRefresh)
Sets the autorefresh mode of the overview. |
setResizable(resizable)
Sets whether the managed view is resizable or not. |
IlvFacesOverviewProxy
IlvFacesOverviewProxy(clientId, refNodeId, width, height)
- Creates an instance of IlvFacesOverviewProxy.
isAutoRefresh
isAutoRefresh()
-
Indicates if the overview is in autorefresh mode.
isResizable
isResizable(resizable)
-
Returns whether the managed view is resizable or not.
- Parameters:
-
resizable - The resizable flag.
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.
setResizable
setResizable(resizable)
-
Sets whether the managed view is resizable or not.
- Parameters:
-
resizable - The resizable flag.
| Inherited Methods from IlvBasicViewHelperProxy |
getMessageBox, getView, setMessageBox, setView| 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