| PREV CLASS Documentation homepage NEXT CLASS |
IlvSelectionPropertiesError
IlvAbstractSelectionManager.commitSelectionProperties.
| 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(propertyName)
propertyName
that caused problem when committing object properties. propertyName - The name of the property.getObjectID()
getObjectProperty(propertyName)
propertyName
that is stored in the server-side model instead of the committed value
that caused problem. propertyName - The name of the property.getObjectPropertyNames()
getType(propertyName)
propertyName when committing object properties. This can either
be:
IlvSelectionPropertiesError.ACCEPT_ERROR: for an error
that occurred when testing whether it is acceptable to set that property.IlvSelectionPropertiesError.CONVERSION_ERROR: for an error
that occurred when converting the property value to something acceptable by
the server-side mode.IlvSelectionPropertiesError.SET_ERROR: for an error
that occurred when setting the property value on the server-side mode.propertyName - The name of the property.| PREV CLASS Documentation homepage NEXT CLASS |