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
IlvFacesPanToolProxy(clientId, refNodeId, width, height)

Method Summary
isEnabled()
Returns whether this component is enabled.
setEnabled(enabled)
Sets whether this component is enabled.

Constructor Detail

IlvFacesPanToolProxy

IlvFacesPanToolProxy(clientId, refNodeId, width, height)
Creates an instance of IlvFacesPanToolProxy.

Method Detail

isEnabled

isEnabled()
Returns whether this component is enabled.
Returns:
Whether this button is enabled or not.

Since:
JViews 8.0


setEnabled

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

Since:
JViews 8.0

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