:: com :: sun :: star :: form :: control ::

service ListBox

Included Services - Summary
::com::sun::star::awt::UnoControlListBox
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::form::XBoundControl
(referenced entity's summary:)
::com::sun::star::form::XChangeBroadcaster

allows broadcasts of HTML-compatible change events. (details)

Included Services - Details
::com::sun::star::awt::UnoControlListBox
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::form::XBoundControl
(referenced entity's summary:)
::com::sun::star::form::XChangeBroadcaster
Description
allows broadcasts of HTML-compatible change events.

HTML-compatible means that a change event is broadcasted if and only if all of the following applies.

  • the control loses the focus
  • the content of the control has changed, compared to the moment where it got the focus.


 
Top of Page