:: com :: sun :: star :: awt ::
|
unpublished |
service UnoControlRoadmap |
|
|
- Description
- specifies a Roadmap control. The model of the Roadmap control must be a
* com::sun::star::awt::UnoControlRoadmapModel
* Subsequently some characteristics about how the properties of the model are processed:
*
* [property] short CurrentItem: The RGB code of the background color is RGB(194, 211, 238)
*
* [property] string ImageURL: The image referenced by the ImageUrl
* is placed in the lower right corner of the control
*
* [property] string Text: The Text is displayed in Bold und underlined
*
* [property] boolean Complete: When set to false a non interactive RoadmapItem is appended
* under the last RoadmapItem. Its Label is as follows: (Index + 1) + ". ..."
*
* [property] boolean Interactive: When activating a RoadmapItem
* (see com::sun::star::awt::RoadmapItem) the information about which Item has been selected
* is passed over when an itemlistener has been registered at the control.
*
*
|
Included Services |
UnoControl |
- (referenced entity's summary:)
- specifies an abstract control.
|
Exported Interfaces |
XItemEventBroadcaster |
- Description
- This interface allows to add an Itemlistener to the roadmap.
* If the property "Interactive" at the com::sun::star::awt::UnoControlRoadmapModel
* is set to 'true' the listener is triggered each time the user selects a RoadmapItem
* by Mouseclick or pressing space bar at the currently focussed RoadmapItem.
* The property ItemID of the com::sun::star::awt::ItemEvent:: is assigned
* the value of the property "ID" of the activated RoadmapItem.
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.