| Trees | Indices | Help |
|
|---|
|
|
| Instance Methods | |||
| elisa.core.utils.cancellable_defer.CancellableDeferred |
|
||
str
|
|
||
| elisa.core.utils.cancellable_defer.CancellableDeferred |
|
||
str or None
|
|
||
| elisa.core.utils.cancellable_defer.CancellableDeferred |
|
||
|
Inherited from Inherited from |
|||
| Inherited from poblesec.base.list.GenericListViewMode | |||
|---|---|---|---|
| elisa.core.utils.cancellable_defer.CancellableDeferred |
|
||
| Inherited from core.component.Component | |||
twisted.internet.defer.Deferred
|
|
||
twisted.internet.defer.Deferred
|
|
||
|
|||
|
|||
| Inherited from core.log.Loggable | |||
|
|||
| Class Methods | |||
| Inherited from core.component.Component | |||
|---|---|---|---|
| elisa.core.component.Component or a subclass |
|
||
| Class Variables | |
|
Inherited from |
|
| Inherited from core.component.Component | |
|---|---|
config_doc = {}
|
|
default_config = {}
|
|
name = property(fget= name__get, fset= name__set)
|
|
path = PathDescriptor()
|
|
| Properties | |
|
Inherited from |
| Method Details |
Return a text to display in a label to represent an item. This call is asynchronous, it should return a elisa.core.utils.cancellable_defer.CancellableDeferred that, when triggered, returns the text of the label.
|
Return the path of a theme resource to display as a default image for an item.
|
Return the path to an image file to display as an image for an item. This call is asynchronous, it should return a elisa.core.utils.cancellable_defer.CancellableDeferred that, when triggered, returns the path to an image file on disk (downloaded and cached if necessary). If no other image than the default one is necessary/available, this
method should return
|
Return the path to an image file to display as a preview image for an item. This call is synchronous, if no preview image is available yet for the
item or if no other image than the default one is necessary, it should
return
|
Return the path to an image file to display as a contextual background for an item. This call is asynchronous, it should return a elisa.core.utils.cancellable_defer.CancellableDeferred
that, when triggered, returns the path to an image file on disk
(downloaded and cached if necessary) or
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:49 2009 | http://epydoc.sourceforge.net |