IlvObjectSelectRectInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
                 |
                 +--IlvObjectSelectInteractorProxy
                      |
                      +--IlvObjectSelectRectInteractorProxy
Category:
Framework JSF component
JavaScript File:
IlvObjectSelectRectInteractorProxy.js
Description:
This proxy class wraps an IlvInteractor that calls the performSelectRect with the appropriate parameters. The action should be called on a mouse rectangle selection.

Constructor Summary
IlvObjectSelectRectInteractorProxy(clientId, formId)

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

Constructor Detail

IlvObjectSelectRectInteractorProxy

IlvObjectSelectRectInteractorProxy(clientId, formId)
Creates an instance of IlvObjectSelectRectInteractorProxy.

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.

performSelectRect

performSelectRect(params)
Performs the action. If a form object is set, it will be submitted.

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 IlvObjectSelectInteractorProxy
getAutoSubmit, getInvocationContext, getObjectSelectedFinder, performSelect, setAutoSubmit, setObjectSelectedFinder, setValueChangeListener
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