Syntax
interface XRadioButton : com::sun::star::uno::XInterface ;
Description
gives access to the state of a radio button and makes it possible
to register item event listener.
Known Services Which Export this Interface
|
com::sun::star::awt::UnoControlRadioButton -
Method Details
|
|
Syntax
- oneway void addItemListener
(
- com::sun::star::awt::XItemListener l );
Description
registers an item event listener.
Syntax
- oneway void removeItemListener
(
- com::sun::star::awt::XItemListener l );
Description
unregisters an item event listener.
Syntax
- boolean getState
();
Returns
-
true
if the button is checked, false
otherwise.
Syntax
- oneway void setState
(
- boolean b );
Description
sets the checked state of the radio button.
Syntax
- oneway void setLabel
(
- string Label );
Description
sets the label of the radio button.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.