| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvInteractorProxy
|
+--IlvDragRectInteractorProxy
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(clientId)
| Method Detail |
getLineColor()
getLineWidth()
setLineColor(lineColor)
lineColor - The color of the dragged rectangle. This is an HTML color.setLineWidth(lineWidth)
lineWidth - The line width of the dragged rectangle.| Inherited Methods from IlvInteractorProxy |
| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |