IlvSelectionPropertiesError

IlvSelectionPropertiesError
Category:
Common component
JavaScript File:
IlvAbstractSelectionManager.js
Description:
This is the placeholder for error information following a call to IlvAbstractSelectionManager.commitSelectionProperties.

Since:
JViews 8.0


Method Summary
getObjectErroneousProperty(propertyName)
Returns the value of the property with the given propertyName that caused problem when committing object properties.
getObjectID()
Returns the ID of the object on which an error occurred when committing properties.
getObjectProperty(propertyName)
Returns the value of the property with the given propertyName that is stored in the server-side model instead of the committed value that caused problem.
getObjectPropertyNames()
Returns as an array of strings the names of the properties that caused problem when committing object properties.
getType(propertyName)
Returns the type of the error caused by the property with the given propertyName when committing object properties.

Method Detail

getObjectErroneousProperty

getObjectErroneousProperty(propertyName)
Returns the value of the property with the given propertyName that caused problem when committing object properties.
Parameters:
propertyName - The name of the property.

getObjectID

getObjectID()
Returns the ID of the object on which an error occurred when committing properties.

getObjectProperty

getObjectProperty(propertyName)
Returns the value of the property with the given propertyName that is stored in the server-side model instead of the committed value that caused problem.
Parameters:
propertyName - The name of the property.

getObjectPropertyNames

getObjectPropertyNames()
Returns as an array of strings the names of the properties that caused problem when committing object properties.

getType

getType(propertyName)
Returns the type of the error caused by the property with the given propertyName when committing object properties. This can either be:
Parameters:
propertyName - The name of the property.