Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvFacesPanToolProxy

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

Category:
Framework JSF component
JavaScript File:
IlvFacesPanToolProxy.js
Description:
The IlvFacesPanToolProxy is the proxy class that handles IlvPanTool instances.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvFacesPanToolProxy(clientId, width, height, refNodeId)
Method Summary
Method Attributes Method Name and Description
 
Returns whether this component is enabled.
 
setEnabled(enabled)
Sets whether this component is enabled.
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
IlvFacesPanToolProxy
IlvFacesPanToolProxy(clientId, width, height, refNodeId)
Parameters:
clientId - The id used to identify the proxy.
width - The width of the view.
height - The height of the view.
refNodeId - The id of parent node.
Method Detail
isEnabled
isEnabled()
Returns whether this component is enabled.
Since:
JViews 8.0
Returns:
Whether this button is enabled or not.

setEnabled
setEnabled(enabled)
Sets whether this component is enabled.
Parameters:
enabled - Whether this button is enable or not
Since:
JViews 8.0

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