Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: form :: component ::

service RadioButton

Description
is a radio button extended by the required properties for HTML.

Radio buttons are grouped like in HTML if they have the same name. If they are grouped, they act like an automatic radio button; if you check one of the group, all the other radio buttons of the same group are unchecked.



Included Services

com::sun::star::awt::UnoControlRadioButtonModel
com::sun::star::form::FormControlModel
Description
specifies a control model within a form.

Exported Interfaces

com::sun::star::form::XReset
Description
resets the control.

Properties' Summary

DefaultState specifies the default value for the button.
RefValue contains a reference value which is used for submission in a HTML form, if the radiobutton is checked.

Properties' Details

DefaultState
 
short DefaultState;
Description
specifies the default value for the button.

In a group of radio buttons only one button should be checked by default.

RefValue
 
string RefValue;
Description
contains a reference value which is used for submission in a HTML form, if the radiobutton is checked.

Top of Page