| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
defines the interface for an XPropertyControl which displays its value in a hyperlink-like way More...
import "XHyperlinkControl.idl";
 
  
| Public Member Functions | |
| void | addActionListener ([in] com::sun::star::awt::XActionListener listener) | 
| adds a listener which will be notified when the user clicked the hyperlink text in the control | |
| void | removeActionListener ([in] com::sun::star::awt::XActionListener listener) | 
| removes a listener which was previously added via addActionListener() | |
| Public Member Functions inherited from XPropertyControl | |
| boolean | isModified () | 
| determines whether the control content is currently modified | |
| void | notifyModifiedValue () | 
| notifies the context in which the control lives of the current control value, if this value is currently modified | |
| Additional Inherited Members | |
| Public Attributes inherited from XPropertyControl | |
| short | ControlType | 
| denotes the type of the control, as one of the PropertyControlType constants | |
| any | Value | 
| denotes the current content of the control. | |
| type | ValueType | 
| denotes the value type of the control. | |
| XPropertyControlContext | ControlContext | 
| specifies the context of the control within the ObjectInspector. | |
| com::sun::star::awt::XWindow | ControlWindow | 
| denotes the window which is the real UI representation of the property control. | |
defines the interface for an XPropertyControl which displays its value in a hyperlink-like way
Hyperlink controls exchange their value (XPropertyControl::Value) as strings.
| void addActionListener | ( | [in] com::sun::star::awt::XActionListener | listener | ) | 
adds a listener which will be notified when the user clicked the hyperlink text in the control
| listener | the listener to notify of hyperlink clicks | 
| void removeActionListener | ( | [in] com::sun::star::awt::XActionListener | listener | ) | 
removes a listener which was previously added via addActionListener()
| listener | the listener to revoke |