Home | Trees | Indices | Help |
|
---|
|
object --+ | data.item.IPropertySetChangeListener --+ | object --+ | | | data.property.IValueChangeListener --+ | CaptionChangeListener
This is a listener helper for IItem and IProperty changes that should cause a repaint. It should be attached to all items that are displayed, and the default implementation does this in paintContent(). Especially "lazyloading" components should take care to add and remove listeners as appropriate. Call addNotifierForItem() for each painted item (and remember to clear).
NOTE: singleton, use getCaptionChangeListener().
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Notifies this listener that the IProperty's value has changed.
|
Notifies this listener that the IItem's property set has changed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:55 2013 | http://epydoc.sourceforge.net |