Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
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.
 
Performs the action.
 
setLineColor(lineColor)
Sets the line color of the dragged rectangle.
 
setLineWidth(lineWidth)
Sets the line width of the dragged rectangle.
Methods inherited from class IlvObjectSelectInteractorProxy
getAutoSubmit, getInvocationContext, getObjectSelectedFinder, getPartialSubmit, performSelect, setAutoSubmit, setInvocationContext, setObjectSelectedFinder, setPartialSubmit, setValueChangeListener
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
IlvObjectSelectRectInteractorProxy
IlvObjectSelectRectInteractorProxy(clientId, formId)
Parameters:
clientId - The id used to identify the proxy.
formId - The id of current form.
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.
Parameters:
params - An object array that contains the parameters of the action.

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.