Methods' Summary |
addItemListener |
registers a listener for item events.
|
removeItemListener |
unregisters a listener for item events.
|
getState |
returns `TRUE` if the button is checked, `FALSE` otherwise.
|
setState |
sets the state of the radio button.
|
setLabel |
sets the label of the radio button.
|
Methods' Details |
addItemListener
- Description
- registers a listener for item events.
|
|
removeItemListener
- Description
- unregisters a listener for item events.
|
|
getState
- Description
- returns `TRUE` if the button is checked, `FALSE` otherwise.
|
|
setState
void |
setState( |
[in] boolean |
b ); |
- Description
- sets the state of the radio button.
|
|
setLabel
void |
setLabel( |
[in] string |
Label ); |
- Description
- sets the label of the radio button.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.