IlvObject | +--IlvSelection
IlvSelectionRectangle
and IlvSelectionLink
.Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
Returns the ID of the selected object.
|
|
Returns a copy of the properties of the selected object as an object
containing keys and values for each of the property (
{propertyName1:"propertyValue1", propertyName2:"propertyValue2"} ). |
|
getObjectProperty(propertyName)
Returns the value of the property with the given
propertyName
on the selected object. |
|
Returns the names of the properties of the selected object as an array of
strings.
|
|
Returns the tag of the selected object.
|
|
Returns the type of the selected object.
|
|
Returns the additional properties of this selection object as an Array.
|
|
setObjectProperties(properties)
Sets the properties of the selected object as an object.
|
|
setObjectProperty(properties, propertyValue)
Sets the properties of the selected object as an object.
|
|
setResizable(resizable)
Make the selection resiable or not.
|
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
{propertyName1:"propertyValue1", propertyName2:"propertyValue2"}
).
propertyName
on the selected object.
{propertyName1:"propertyValue1", propertyName2:"propertyValue2"}
).
{propertyName1:"propertyValue1", propertyName2:"propertyValue2"}
).