| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvRectangle
|
+--IlvDynRectangle
|
+--IlvSelectionRectangle
| Constructor Summary | |
|---|---|
IlvSelectionRectangle(init, parentNode, fillOn)
|
|
| Method Summary | |
|---|---|
getObjectID()
Returns the ID of the selected object. |
|
getObjectProperties()
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. |
|
getObjectPropertyNames()
Returns the names of the properties of the selected object as an array of strings. |
|
getObjectTag()
Returns the tag of the selected object. |
|
getObjectType()
Returns the type of the selected object. |
|
getProperties()
Returns the additional properties of this selection object as an Array. |
|
setObjectProperties(properties)
Sets the properties of the selected object as an object. |
|
setObjectProperty(propertyName, propertyValue)
Sets the value of the property with the given propertyName
on the selected object. |
|
| Constructor Detail |
IlvSelectionRectangle(init, parentNode, fillOn)
| Method Detail |
getObjectID()
getObjectProperties()
{propertyName1:"propertyValue1", propertyName2:"propertyValue2"}).
getObjectProperty(propertyName)
propertyName
on the selected object. propertyName - The name of the property.
getObjectPropertyNames()
getObjectTag()
getObjectType()
getProperties()
#getObjectProperties#getObjectPropertyNames#getObjectPropertysetObjectProperties(properties)
properties - a object containing keys and values for each of the properties
to be set ({propertyName1:"propertyValue1", propertyName2:"propertyValue2"}).
setObjectProperty(propertyName, propertyValue)
propertyName
on the selected object.
The value can either be a string to set a particular value or
null to delete an existing property.
For committing the new value to the server see IlvAbstractSelectionManager#commitSelectionProperties . propertyName - The name of the property.
| Inherited Methods from IlvRectangle |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |