IlvDragRectInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
                 |
                 +--IlvDragRectInteractorProxy
Category:
Framework JSF component
JavaScript File:
IlvDragRectInteractorProxy.js
Description:
The IlvDragRectInteractorProxy is the base class for interactors that allow the selected proxies to be dragged. This class is abstract: you must subclass it and call setObject to use it.

Constructor Summary
IlvDragRectInteractorProxy(clientId)

Method Summary
getLineColor()
Returns a string representing the HTML color of the dragged rectangle.
getLineWidth()
Returns the line width of the dragged rectangle.
setLineColor(lineColor)
Sets the line color of the dragged rectangle.
setLineWidth(lineWidth)
Sets the line width of the dragged rectangle.

Constructor Detail

IlvDragRectInteractorProxy

IlvDragRectInteractorProxy(clientId)
Creates an instance of IlvDragRectInteractorProxy.

Method Detail

getLineColor

getLineColor()
Returns a string representing the HTML color of the dragged rectangle.
Returns:
The color of the dragged rectangle.

getLineWidth

getLineWidth()
Returns the line width of the dragged rectangle.
Returns:
The line width of the dragged rectangle.

setLineColor

setLineColor(lineColor)
Sets the line color of the dragged rectangle.
Parameters:
lineColor - The color of the dragged rectangle. This is an HTML color.

setLineWidth

setLineWidth(lineWidth)
Sets the line width of the dragged rectangle.
Parameters:
lineWidth - The line width of the dragged rectangle.

Inherited Methods from IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
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