Home | Trees | Indices | Help |
|
---|
|
object --+ | property.IProperty --+ | object --+ | | | property.IValueChangeNotifier --+ | IndexedContainerProperty
A class implementing the IProperty interface to be contained in the IndexedContainerItem contained in the IndexedContainer.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructs a new IndexedContainerProperty object.
|
Returns the type of the IProperty. The methods
|
Gets the value stored in the IProperty. The returned object is compatible with the class returned by getType().
|
Tests if the IProperty is in read-only mode. In read-only mode calls
to the method
|
Sets the IProperty's read-only mode to the specified status. This functionality is optional, but all properties must implement the
|
Sets the value of the IProperty. Implementing this functionality is optional. If the functionality is
missing, one should declare the IProperty to be in read-only mode and
throw Note: It is not required, but highly recommended to support setting
the value also as a
|
Returns the value of the IProperty in human readable textual format.
The return value should be assignable to the
|
Calculates a integer hash-code for the IProperty that's unique inside the IItem containing the IProperty. Two different Properties inside the same IItem contained in the same list always have different hash-codes, though Properties in different Items may have identical hash-codes.
|
Tests if the given object is the same as the this object. Two Properties got from an IItem with the same ID are equal.
|
Registers a new value change listener for this IProperty.
|
|
Removes a previously registered value change listener.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:35 2013 | http://epydoc.sourceforge.net |