Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Returns a string representing the HTML color of the dragged rectangle.
 
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.
Methods inherited from class IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
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
IlvDragRectInteractorProxy
IlvDragRectInteractorProxy(clientId)
Parameters:
clientId - The id used to identify the proxy.
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.

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