| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
gives access to the state of a radio button and makes it possible to register item event listeners. More...
import "XRadioButton.idl";
 
  
| Public Member Functions | |
| void | addItemListener ([in] com::sun::star::awt::XItemListener l) | 
| registers a listener for item events. | |
| void | removeItemListener ([in] com::sun::star::awt::XItemListener l) | 
| unregisters a listener for item events. | |
| boolean | getState () | 
| returns TRUE if the button is checked, FALSE otherwise. | |
| void | setState ([in] boolean b) | 
| sets the state of the radio button. | |
| void | setLabel ([in] string Label) | 
| sets the label of the radio button. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
gives access to the state of a radio button and makes it possible to register item event listeners.
| void addItemListener | ( | [in] com::sun::star::awt::XItemListener | l | ) | 
registers a listener for item events.
| boolean getState | ( | ) | 
returns TRUE if the button is checked, FALSE otherwise.
| void removeItemListener | ( | [in] com::sun::star::awt::XItemListener | l | ) | 
unregisters a listener for item events.
| void setLabel | ( | [in] string | Label | ) | 
sets the label of the radio button.
| void setState | ( | [in] boolean | b | ) | 
sets the state of the radio button.