Type: info
Title: css.awt.XItemList, implemented by the UnoListBoxControlModel
Posted by: [email protected]
Affected: -
TaskId: i111238
<http://www.openoffice.org/issues/show_bug.cgi?id=111238>
Effective from: CWS unoawt
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/unoawt>
CWS status: new
*Summary*
--------
+ css.awt.XItemList
+ css.awt.XItemListListener
+ css.awt.ItemListEvent
*Description*
-------------
There's a new interface css.awt.XItemList, which is implemented by the
UnoControlListBoxModel. It serves two purposes:
- It allows manipulating the item list of the control/model more
fine-grained
than the existing StringItemList property does.
The interface allows to insert/remove/modify single entries, instead
of the
manipulating only the entry list as a whole.
- It adds support for images to the control. That is, for every item
in the list,
you can specify a text, and the URL of a graphic to be displayed
before the
entry text.
This is a runtime-only feature, those image URLs are not persistent
in any
way. In particular, there's no support in the dialog editor for this
feature.
Send feedback to [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]