Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvSelectionRectangle

IlvObject
   |
   +--IlvSelection
      |
      +--IlvRectangle
         |
         +--IlvDynRectangle
            |
            +--IlvSelectionRectangle

Category:
Common component
JavaScript File:
IlvAbstractSelectionManager.js
Description:
This class defines a selected rectangle.
Since:
JViews 7.5

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvSelectionRectangle(init, parentNode, fillOn)
Method Summary
Method Attributes Method Name and Description
 
setHandles(handles)
Set the selected rectangle handles.
 
setVisible(visible)
Set the selected rectangle as visible or not.
Methods inherited from class IlvRectangle
getBounds, getScrollPosition, getThickness, isVisible, setBounds, setClip, setColor, setScrollPosition, setThickness
Methods inherited from class IlvSelection
getObjectID, getObjectProperties, getObjectProperty, getObjectPropertyNames, getObjectTag, getObjectType, getProperties, setObjectProperties, setObjectProperty, setResizable
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvSelectionRectangle
IlvSelectionRectangle(init, parentNode, fillOn)
Parameters:
init - a flag to decide whether the property of this class need initialize.
parentNode - The parent node.
fillOn - true to create a filled rectangle.
Method Detail
setHandles
setHandles(handles)
Set the selected rectangle handles.
Parameters:
handles - An array of ["e-Resize","ne-Resize","nw-Resize","n-Resize","se-Resize","sw-Resize","s-Resize","w-Resize"]
Since:
JViews 8.7

setVisible
setVisible(visible)
Set the selected rectangle as visible or not.
Parameters:
visible - A boolean value to make the selected rectangle visible or not.

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